build: Fix building for spice2x-20230929
> resolve third party libraries not building > force include stdint.h in place of cstdint missing from windows.h now > to be reverted after updates to spice2x master
This commit is contained in:
@@ -45,6 +45,7 @@ run_deploy_all() {
|
||||
source <(head -n +20 ./build_all.sh)
|
||||
|
||||
# Run deploy in build_all.sh
|
||||
set +e
|
||||
source <(tail -n +150 ./build_all.sh | head -n -3 | sed 's~.*pushd ${OUTDIR}/.. > /dev/null*~\tpushd ${OUTDIR} > /dev/null~')
|
||||
}
|
||||
|
||||
@@ -57,6 +58,13 @@ run_distribute_all() {
|
||||
source <(tail -n +150 ./build_all.sh | head -n -3 | sed 's~.*pushd ${OUTDIR}/.. > /dev/null*~\tpushd ${OUTDIR} > /dev/null~')
|
||||
}
|
||||
|
||||
run_clion_init() {
|
||||
# Init cmake.sh only
|
||||
source <(sed -n '/__BUILDALLINIT__/{:a;n;/__BUILDALLINIT__/q;p;$!ba}' "$0")
|
||||
|
||||
# Clion specific first-time setup
|
||||
}
|
||||
|
||||
# Sanity checks
|
||||
[ -d "external/cmake-various/toolchain" ] || { echo "Toolchain not found" ; exit 1; }
|
||||
[ "$(md5sum ./build_all.sh | cut -c -32)" = "9a89bba3fa2435983e5bce423d0f4a61" ] || { echo "Version mismatch for build_all.sh " ; exit 1; }
|
||||
|
||||
Reference in New Issue
Block a user