This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#!/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"
|
||||
./docker-cross-compiler/sh/build_native.sh "$PWD/freetype"
|
||||
|
||||
# Copy out natives from their respective directories into runtimes
|
||||
mkdir -p \
|
||||
|
||||
Submodule docker-cross-compiler updated: 5901e3e317...3b4d6cee18
Reference in New Issue
Block a user