We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7eb2d7 commit a6d939bCopy full SHA for a6d939b
.github/workflows/build-javascriptcore.yml
@@ -7,4 +7,4 @@ jobs:
7
uses: actions/checkout@v4
8
- name: Build JavaScriptCore
9
run: |
10
- cmake -B build -S . -DCMAKE_TOOLCHAIN=$VCPKG_ROOT\scripts\buildsystems\vcpkg.cmake
+ cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT\scripts\buildsystems\vcpkg.cmake
0 commit comments