Skip to content

Commit

Permalink
Forgot compiler thing
Browse files Browse the repository at this point in the history
  • Loading branch information
igor725 committed Oct 25, 2024
1 parent 15cc4e4 commit 62bfade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
export OO_PS4_TOOLCHAIN=./OpenOrbis/PS4Toolchain
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
cmake -B./build/ -S./ -DCMAKE_TOOLCHAIN_FILE=OpenOrbis-tc.cmake
cmake -B./build/ -S./ -DCMAKE_TOOLCHAIN_FILE=OpenOrbis-tc.cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
cmake --build ./build/ -j4
cmake --install ./build/
Expand Down

0 comments on commit 62bfade

Please sign in to comment.