We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a2663 commit 3a5ae97Copy full SHA for 3a5ae97
cmake/InstallLibTCC.cmake
@@ -84,7 +84,7 @@ elseif(PROJECT_OS_FAMILY STREQUAL macos)
84
# AddressSanitizer can not provide additional info.
85
# SUMMARY: AddressSanitizer: BUS (libsystem_c.dylib:x86_64+0x3647db0f) in off32
86
87
- set(LIBTCC_CONFIGURE ./configure --prefix=${LIBTCC_INSTALL_PREFIX} ${LIBTCC_DEBUG} --enable-cross) # --disable-static
+ set(LIBTCC_CONFIGURE ./configure --prefix=${LIBTCC_INSTALL_PREFIX} ${LIBTCC_DEBUG}) # --disable-static
88
elseif(PROJECT_OS_FAMILY STREQUAL win32)
89
if(PROJECT_OS_NAME STREQUAL MinGW)
90
set(LIBTCC_CONFIGURE ./configure --prefix=${LIBTCC_INSTALL_PREFIX} ${LIBTCC_DEBUG} --config-mingw32 --disable-static)
0 commit comments