#!/bin/bash pushd godot ln -f -s ../custom.py . COMMON="-j4" TEMPLATE="${COMMON} disable_3d=yes svg=no" #scons platform=list #scons --clean # Build editor #scons platform=linuxbsd target=editor arch=x86_64 lto=full ${COMMON} scons platform=linuxbsd target=editor arch=x86_64 ${COMMON} popd :<