mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	set osx deployment target for openssl
This commit is contained in:
		
							parent
							
								
									ccd3c44fab
								
							
						
					
					
						commit
						d24aef36ae
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								deps/OpenSSL/OpenSSL.cmake
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								deps/OpenSSL/OpenSSL.cmake
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -19,7 +19,7 @@ if(WIN32)
 | 
			
		|||
    set(_install_cmd nmake install_sw )
 | 
			
		||||
else()
 | 
			
		||||
    if(APPLE)
 | 
			
		||||
        set(_conf_cmd export MACOSX_DEPLOYMENT_TARGET=${CMAKE_OSX_DEPLOYMENT_TARGET} && ./Configure )
 | 
			
		||||
        set(_conf_cmd export MACOSX_DEPLOYMENT_TARGET=${CMAKE_OSX_DEPLOYMENT_TARGET} && ./Configure -mmacosx-version-min=${CMAKE_OSX_DEPLOYMENT_TARGET})
 | 
			
		||||
    else()
 | 
			
		||||
        set(_conf_cmd "./config")
 | 
			
		||||
    endif()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue