Files
onefinity-firmware/scripts/gplan-build.sh
OneFinityCNC 24dfa6c64d Verison 1.0.3 Release
Based on Buildbotics 0.4.14
2020-08-27 23:20:27 -04:00

7 lines
159 B
Bash

#!/bin/bash -ex
cd /mnt/host
scons -C cbang disable_local="re2 libevent"
export CBANG_HOME="/mnt/host/cbang"
scons -C camotics gplan.so with_gui=0 with_tpl=0