Skip to content

Commit

Permalink
Merge pull request #5063 from radarhere/libraqm
Browse files Browse the repository at this point in the history
Updated libraqm to 0.7.1
  • Loading branch information
mergify[bot] committed Nov 25, 2020
2 parents 8c00479 + fba3ece commit 9923d49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions winbuild/build_prepare.py
Expand Up @@ -300,9 +300,9 @@ def cmd_msbuild(
"libs": [r"*.lib"],
},
"libraqm": {
"url": "https://github.com/HOST-Oman/libraqm/archive/v0.7.0.zip",
"filename": "libraqm-0.7.0.zip",
"dir": "libraqm-0.7.0",
"url": "https://github.com/HOST-Oman/libraqm/archive/v0.7.1.zip",
"filename": "libraqm-0.7.1.zip",
"dir": "libraqm-0.7.1",
"build": [
cmd_copy(r"{winbuild_dir}\raqm.cmake", r"CMakeLists.txt"),
cmd_cmake(),
Expand Down

0 comments on commit 9923d49

Please sign in to comment.