mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-24 04:01:12 +00:00
Revert "cmake: set correct flags for curl during compilation on Manjaro"
This reverts commit 857757bb47
.
This commit is contained in:
parent
374b39d5f6
commit
7020f55ac5
1 changed files with 1 additions and 5 deletions
|
@ -480,11 +480,7 @@ elseif(UNIX)
|
|||
set(CURL_BUILD_APPEND CFLAGS=-mmacosx-version-min=${CMAKE_OSX_DEPLOYMENT_TARGET}\ -arch=x86_64\ -pipe\ -Os\ -gdwarf-2\ -fembed-bitcode)
|
||||
endif()
|
||||
else()
|
||||
if(CROSS_COMPILE32)
|
||||
set(CURL_BUILD_APPEND ${CROSS_COMPILE32_FLAGS})
|
||||
else()
|
||||
set(CURL_BUILD_APPEND "")
|
||||
endif()
|
||||
set(CURL_BUILD_APPEND "")
|
||||
endif()
|
||||
|
||||
set(CURL_CONFIGURE autoreconf -iv && ./configure --prefix=${LIBS_BINARY_DIR}/curl
|
||||
|
|
Loading…
Reference in a new issue