fix linux
Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
37519b76d8
commit
95311f9875
2 changed files with 2 additions and 1 deletions
|
@ -178,7 +178,7 @@ then
|
|||
|
||||
# make deps
|
||||
echo "[4/9] Building dependencies..."
|
||||
make -j$NCORES
|
||||
make deps -j$NCORES
|
||||
echo "done"
|
||||
|
||||
# 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
|
||||
CMAKE_ARGS
|
||||
-DBUILD_TESTING:BOOL=OFF
|
||||
-DBUILD_CURL_EXE:BOOL=OFF
|
||||
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
|
||||
-DCURL_STATICLIB=${_curl_static}
|
||||
${_curl_platform_flags}
|
||||
|
|
Loading…
Reference in a new issue