Compare commits
4 Commits
dfd585c939
...
v0.1.0-rc.
| Author | SHA1 | Date | |
|---|---|---|---|
| db07a2daff | |||
| 166839eb8a | |||
| 5b55dbb64e | |||
| 1c5f73ceb8 |
@@ -1,11 +1,16 @@
|
||||
#!/bin/bash
|
||||
cd $(dirname "$0")
|
||||
|
||||
export CMAKE_DIR="$PWD/Quik.Common/cmake"
|
||||
export CMAKE_DIR="$PWD/docker-cross-compiler/cmake"
|
||||
export NOINSTALL=1
|
||||
export QUIK_ADDITIONAL_CMAKE="-D BUILD_SHARED_LIBS=true -D NO_SONAME=true"
|
||||
export REFUEL_ADDITIONAL_CMAKE="-D BUILD_SHARED_LIBS=true -D NO_SONAME=true"
|
||||
|
||||
./Quik.Common/sh/quik_build_native.sh "$PWD/freetype"
|
||||
# Clang Builds
|
||||
./docker-cross-compiler/sh/build_native.sh "$PWD" "osx-arm64 osx-x64"
|
||||
|
||||
# GCC Builds
|
||||
export REFUEL_ADDITIONAL_CMAKE="$REFUEL_ADDITIONAL_CMAKE -D CMAKE_CXX_FLAGS=\"-static-libgcc -static-libstdc++ -fno-exceptions\""
|
||||
./docker-cross-compiler/sh/build_native.sh "$PWD" "linux-arm linux-arm64 linux-x64 win-x64 win-x86"
|
||||
|
||||
# Copy out natives from their respective directories into runtimes
|
||||
mkdir -p \
|
||||
|
||||
Submodule docker-cross-compiler updated: 5901e3e317...518969e2c9
0
publish.sh
Normal file → Executable file
0
publish.sh
Normal file → Executable file
Reference in New Issue
Block a user