mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-12 20:39:02 +08:00
fix linux
Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
37519b76d8
commit
95311f9875
@ -178,7 +178,7 @@ then
|
|||||||
|
|
||||||
# make deps
|
# make deps
|
||||||
echo "[4/9] Building dependencies..."
|
echo "[4/9] Building dependencies..."
|
||||||
make -j$NCORES
|
make deps -j$NCORES
|
||||||
echo "done"
|
echo "done"
|
||||||
|
|
||||||
# rename wxscintilla # TODO: DeftDawg: Does OrcaSlicer need this?
|
# rename wxscintilla # TODO: DeftDawg: Does OrcaSlicer need this?
|
||||||
|
1
deps/CURL/CURL.cmake
vendored
1
deps/CURL/CURL.cmake
vendored
@ -65,6 +65,7 @@ orcaslicer_add_cmake_project(CURL
|
|||||||
# ${GIT_EXECUTABLE} apply --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/curl-mods.patch
|
# ${GIT_EXECUTABLE} apply --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/curl-mods.patch
|
||||||
CMAKE_ARGS
|
CMAKE_ARGS
|
||||||
-DBUILD_TESTING:BOOL=OFF
|
-DBUILD_TESTING:BOOL=OFF
|
||||||
|
-DBUILD_CURL_EXE:BOOL=OFF
|
||||||
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
|
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
|
||||||
-DCURL_STATICLIB=${_curl_static}
|
-DCURL_STATICLIB=${_curl_static}
|
||||||
${_curl_platform_flags}
|
${_curl_platform_flags}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user