Skip to content

Commit

Permalink
Native build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Штенгауэр Никита Дмитриевич committed Oct 28, 2023
1 parent f4f5c42 commit 1cb139e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (UNIX AND NOT APPLE)
message(Compile x86)
add_library(openglfx-x86 SHARED ${BaseFiles})
target_link_libraries(openglfx-x86 -lX11 -lGL)
target_link_libraries(openglfx-x64 -static-libgcc -static-libstdc++)
target_link_libraries(openglfx-x86 -static-libgcc -static-libstdc++)
set_target_properties(openglfx-x86 PROPERTIES PREFIX "")
set_target_properties(openglfx-x86 PROPERTIES COMPILE_FLAGS "-m32" LINK_FLAGS "-m32")

Expand Down

0 comments on commit 1cb139e

Please sign in to comment.