Skip to content

Commit

Permalink
--32
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Oct 4, 2024
1 parent e8f9125 commit 5c7df4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Configure
run: |
cmake -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_SHARED_LINKER_FLAGS=-m32 -DCMAKE_C_COMPILER=C:/TDM-GCC-5.1.0/bin/gcc-dw2.exe -DCMAKE_CXX_COMPILER=C:/TDM-GCC-5.1.0/bin/g++-dw2.exe -G Ninja -B build -S .
cmake -DCMAKE_CXX_FLAGS=--32 -DCMAKE_SHARED_LINKER_FLAGS=--32 -DCMAKE_C_COMPILER=C:/TDM-GCC-5.1.0/bin/gcc-dw2.exe -DCMAKE_CXX_COMPILER=C:/TDM-GCC-5.1.0/bin/g++-dw2.exe -G Ninja -B build -S .
cat build/CMakeFiles/CMakeOutput.log
- name: Build
run: |
Expand Down

0 comments on commit 5c7df4b

Please sign in to comment.