Skip to content

Conversation

@stephengroat
Copy link

working ci build and cross compile https://travis-ci.com/stephengroat/ssr/builds/105316439

install(TARGETS ssr-glinject32 LIBRARY DESTINATION ${CMAKE_INSTALL_FULL_LIB32DIR})

set_target_properties(ssr-glinject32 PROPERTIES COMPILE_FLAGS -m32 LINK_FLAGS -m32)
set_target_properties(ssr-glinject32 PROPERTIES COMPILE_FLAGS -m64 LINK_FLAGS -m64)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the purpose of this? This will break the 32-bit glinject library. If your goal is to compile only the 64-bit version, you should just set the ENABLE_32BIT_GLINJECT environment variable to FALSE before running simple-build-and-install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants