Skip to content

Commit

Permalink
Fix botan build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Dec 27, 2023
1 parent 7071f2c commit 9a9f491
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ jobs:
if pver[0].isnumeric():
msvc[pver] = pid
msvc_ver = "14.38.33130"
msvc_ver = "14.38"
msvc_pid = msvc[msvc_ver]
msvc_ver = ".".join(msvc_pid.split(".")[4:-2])
Expand Down
5 changes: 1 addition & 4 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
"buildRequirements": ["allowWarnings", "requireBoundsCheck"],

"dependencies": {
"botan": {
"repository": "git+https://github.com/Dadoum/botan.git",
"version": "a0c206639debc7e5726c02fc399267e6a33571a0"
},
"botan": "~>1.13",
"dynamic-loader": {
"repository": "git+https://github.com/Dadoum/dynamicloader.git",
"version": "65a8b8b8a6d44d47e63bddc985268592ecf47764"
Expand Down
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bindbc-loader": "1.0.3",
"bindbc-opengl": "1.0.5",
"bindbc-sdl": "1.0.1",
"botan": {"version":"a0c206639debc7e5726c02fc399267e6a33571a0","repository":"git+https://github.com/Dadoum/botan.git"},
"botan": "1.13.6",
"botan-math": "1.0.4",
"cachetools": "0.4.1",
"dfl": {"version":"224d9348286620c8ea4854690a09e7380d6f5b2f","repository":"git+https://github.com/Dadoum/dfl.git"},
Expand Down

0 comments on commit 9a9f491

Please sign in to comment.