mirror of
				https://github.com/bensuperpc/dockcross.git
				synced 2025-10-28 06:56:20 +01:00 
			
		
		
		
	web-wasi: Patch CMake with WASI platform
WASI.cmake taken from the wasi-sdk repository. To address the build time warning: System is unknown to cmake, create: Platform/WASI to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
This commit is contained in:
		| @@ -26,6 +26,8 @@ ENV AR=${CROSS_ROOT}/bin/llvm-ar \ | ||||
|     CXX=clang++-wasi-sysroot.sh \ | ||||
|     LD=${CROSS_ROOT}/bin/wasm-ld | ||||
|  | ||||
| COPY WASI.cmake /usr/src/ | ||||
| RUN mv /usr/src/WASI.cmake /usr/share/cmake-*/Modules/Platform/ | ||||
| COPY Toolchain.cmake ${CROSS_ROOT}/ | ||||
| ENV CMAKE_TOOLCHAIN_FILE ${CROSS_ROOT}/Toolchain.cmake | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,3 @@ | ||||
| set(WASI 1) | ||||
|  | ||||
| include($ENV{WASI_SDK_PATH}/share/cmake/wasi-sdk.cmake) | ||||
|  | ||||
| set(CMAKE_FIND_ROOT_PATH $ENV{CROSS_ROOT}) | ||||
|   | ||||
							
								
								
									
										1
									
								
								web-wasi/WASI.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								web-wasi/WASI.cmake
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| set(WASI 1) | ||||
		Reference in New Issue
	
	Block a user
	 Matt McCormick
					Matt McCormick