Skip to content

Commit

Permalink
add missing C_FLAGS to x86_32 toolchain (#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgrantham-lunarg authored Aug 20, 2024
1 parent 4c5b762 commit d2196b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/toolchain/linux_x86_32.cmake
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m32")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m32")
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -m32")

0 comments on commit d2196b6

Please sign in to comment.