Skip to content

Commit

Permalink
fix linux
Browse files Browse the repository at this point in the history
Signed-off-by: SoftFever <softfeverever@gmail.com>
  • Loading branch information
SoftFever committed Oct 7, 2023
1 parent 37519b7 commit 95311f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BuildLinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
1 change: 1 addition & 0 deletions deps/CURL/CURL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 95311f9

Please sign in to comment.