Blob Blame Raw
#!/bin/bash

set -e

scons PREFIX=$1 DEBUG=1 install
scons PREFIX=$1-release BUILD_DIR=build-release install
cd demo
scons