mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-17 16:39:25 +02:00
Compare commits
5 Commits
update_scr
...
update_lin
Author | SHA1 | Date | |
---|---|---|---|
5322eac0bf | |||
2b6cd4ae1d | |||
1ec42ecb43 | |||
ef0ff63ed9 | |||
93b23ec997 |
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -366,8 +366,8 @@ jobs:
|
||||
stockfish_arg: "ARCH=x86-64-modern",
|
||||
ninja: "yes",
|
||||
ninja_arg: "",
|
||||
openssl: "no",
|
||||
openssl_arg: "linux-generic64 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-generic64 no-tests no-asm no-hw no-dtls no-shared no-dso",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
|
@ -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,4 @@
|
||||
set(WASI 1)
|
||||
|
||||
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})
|
||||
|
2
web-wasi/WASI.cmake
Normal file
2
web-wasi/WASI.cmake
Normal file
@ -0,0 +1,2 @@
|
||||
set(WASI 1)
|
||||
set(UNIX 1)
|
Reference in New Issue
Block a user