mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 08:24:25 +01:00
web-wasi: Initialize WASI_SDK_PATH for wasi-sdk.cmake, set UNIX
This commit is contained in:
parent
93b23ec997
commit
ef0ff63ed9
@ -1,3 +1,4 @@
|
||||
set(WASI_SDK_PREFIX $ENV{WASI_SDK_PATH})
|
||||
include($ENV{WASI_SDK_PATH}/share/cmake/wasi-sdk.cmake)
|
||||
|
||||
set(CMAKE_FIND_ROOT_PATH $ENV{CROSS_ROOT})
|
||||
|
@ -1 +1,2 @@
|
||||
set(WASI 1)
|
||||
set(UNIX 1)
|
||||
|
Loading…
Reference in New Issue
Block a user