Skip to content

Commit

Permalink
Fix device_info cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
bjelich committed May 20, 2022
1 parent bfd9b34 commit 1512a35
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 = {
"device_info" : ["Common/Src/DeviceInfo", "rga-v2.6.1"]
}
git_mapping = {}

github_mapping = {
# Lib.
Expand All @@ -34,7 +32,8 @@
"tsingleton" : ["Common/Src/TSingleton", "master"],
"common_src_miniz" : ["Common/Src/Miniz", "master"],
"update_check_api" : ["Common/Src/update_check_api", "v2.0.0"],
# QtCommon.
"device_info" : ["Common/Src/DeviceInfo", "rga-v2.6.1"],
# QtCommon.
"qt_common" : ["QtCommon", "rga-2.5"],
}

0 comments on commit 1512a35

Please sign in to comment.