Skip to content

Commit 36f35e7

Browse files
committed
curl-cmake.sh: cleanup passing linker flags 4
1 parent 2f9e38a commit 36f35e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

curl-cmake.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ _VER="$1"
403403
'-DENABLE_WEBSOCKETS=ON' \
404404
"-DCMAKE_RC_FLAGS=${_RCFLAGS_GLOBAL}" \
405405
"-DCMAKE_C_FLAGS=${_CFLAGS_GLOBAL_CMAKE} ${_CFLAGS_GLOBAL} ${_CPPFLAGS_GLOBAL} ${CPPFLAGS}" \
406-
"-DCMAKE_C_STANDARD_LIBRARIES=${LIBS}" \
407406
"-DCMAKE_EXE_LINKER_FLAGS=${_LDFLAGS_GLOBAL} ${LDFLAGS} ${LDFLAGS_BIN} ${_LIBS_GLOBAL} ${LIBS}" \
408407
"-DCMAKE_SHARED_LINKER_FLAGS=${_LDFLAGS_GLOBAL} ${LDFLAGS} ${LDFLAGS_LIB} ${_LIBS_GLOBAL} ${LIBS}" # --debug-find --debug-trycompile
409408
fi

0 commit comments

Comments
 (0)