:(
This commit is contained in:
@@ -51,9 +51,14 @@ jobs:
|
||||
uses: mymindstorm/setup-emsdk@v14
|
||||
|
||||
- name: Build shared library
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "${{ matrix.identifier }}" == "web" ]]; then
|
||||
emmake make lib -j $(nproc) CC=emcc
|
||||
elif [[ "${{ matrix.identifier }}" == "windows" ]]; then
|
||||
make lib -j $(nproc 2>/dev/null || sysctl -n hw.ncpu) \
|
||||
CC=x86_64-w64-mingw32-gcc \
|
||||
CXX=x86_64-w64-mingw32-g++
|
||||
else
|
||||
make lib -j $(nproc 2>/dev/null || sysctl -n hw.ncpu)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user