Skip to content

Commit b595b07

Browse files
committed
update build script
1 parent 8d277fb commit b595b07

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/generate-bundles-and-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
-DCMAKE_TOOLCHAIN_FILE="${{ env.VCPKG_ROOT_DIR }}/scripts/buildsystems/vcpkg.cmake" `
7979
-DVCPKG_INSTALLED_DIR="${{ env.VCPKG_ROOT_DIR }}/bridge_installed" `
8080
-DVCPKG_MANIFEST_MODE:BOOL=OFF `
81-
-DVCPKG_TARGET_TRIPLET=${{ env.VCPKG_TRIPLET_STATIC }}
81+
-DVCPKG_TARGET_TRIPLET=${{ env.VCPKG_TRIPLET_STATIC }} `
82+
-DTALCS_DSPX:BOOL=ON
8283
cmake --build build --target all
8384
8485
- name: Store DiffScope Bridge artefacts directory

scripts/setup/modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"diffscope-bridge": {
33
"repository": "CrSjimo/diffscope-bridge",
4-
"ref": "941f82380a833bc6aa04f57328b77e46d7caf5c9"
4+
"ref": "a2dcd7ca3e50d93cff9a5d0d90b59e1c1c137d98"
55
}
66
}

0 commit comments

Comments
 (0)