mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	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 |         # 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…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 SoftFever
						SoftFever