Skip to content

Commit

Permalink
Windows Build Parity
Browse files Browse the repository at this point in the history
  • Loading branch information
megumumpkin authored Aug 26, 2023
1 parent ab439bc commit 179f5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
mkdir build
cd build
cmake .. -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DWICKED_DYNAMIC_LIBRARY=ON -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON
cmake --build . --target WickedEngine_Windows --config Release
cmake --build . --target WickedEngine_Windows --config Release --prefix "$env:GITHUB_WORKSPACE/build/Install"
- name: Build Library (reproc++)
run: |
Expand Down

0 comments on commit 179f5e5

Please sign in to comment.