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 662112e commit 930a8e2Copy full SHA for 930a8e2
.github/workflows/build_wheels.yml
@@ -148,7 +148,7 @@ jobs:
148
git clone --branch 3.8 https://github.com/shibatch/sleef.git
149
cd sleef
150
cmake -S . -B build -G "Visual Studio 17 2022" -A ${{ matrix.architecture == 'x86' && 'Win32' || 'x64' }} -DSLEEF_BUILD_QUAD:BOOL=ON -DSLEEF_BUILD_SHARED_LIBS:BOOL=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON
151
- cmake --build build --config Release --parallel
+ cmake --build build --config Release
152
cmake --install build --prefix "C:/sleef" --config Release
153
154
- name: Setup build environment
0 commit comments