Skip to content

Commit

Permalink
Fix update_check_api reference
Browse files Browse the repository at this point in the history
The dependency_map.py tag for update_check_api was incorrect.
  • Loading branch information
bjelich committed Dec 16, 2022
1 parent eeb8f9f commit a8049fa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build/dependency_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
github_root = "https://github.com/GPUOpen-Tools/"

# repositories.
git_mapping = {
"update_check_api" : ["Common/Src/update_check_api", "amd-2.1.0"]
}
git_mapping = {}

github_mapping = {
# Lib.
Expand All @@ -34,7 +32,8 @@
"common_src_miniz" : ["Common/Src/Miniz", "master"],
"device_info" : ["Common/Src/DeviceInfo", "5e6c83cc74e4588bdf44e1f3c74d419b46bb1a0c"],
"dynamic_library_module" : ["Common/Src/DynamicLibraryModule", "amd-rga-v2.7"],
# QtCommon.
"update_check_api" : ["Common/Src/update_check_api", "v2.1.0"],
# QtCommon.
"qt_common" : ["QtCommon", "rga-2.5"],
}

0 comments on commit a8049fa

Please sign in to comment.