mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Merge pull request #2936 from B3n30/system_curl_linux
WebService: Set USE_SYSTEM_CURL for travis linux builds
This commit is contained in:
		
						commit
						7ea3ce103f
					
				| @ -14,7 +14,7 @@ echo y | sh cmake-3.9.0-Linux-x86_64.sh --prefix=cmake | ||||
| export PATH=/citra/cmake/cmake-3.9.0-Linux-x86_64/bin:$PATH | ||||
| 
 | ||||
| mkdir build && cd build | ||||
| cmake .. -DCMAKE_BUILD_TYPE=Release | ||||
| cmake .. -DUSE_SYSTEM_CURL=ON -DCMAKE_BUILD_TYPE=Release | ||||
| make -j4 | ||||
| 
 | ||||
| ctest -VV -C Release | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Weiyi Wang
						Weiyi Wang