summaryrefslogtreecommitdiff
path: root/etc/scons/experimental_unified_ninja.vars
blob: 21e03e71296b9d2a815ae57671391a98592aa709 (plain)
1
2
3
4
5
6
# Configures the build for building with a unified ninja
# Each configuration will share a ninja log
# This allows the output binaries of each configuration to share a common directory

NINJA_BUILDDIR="$BUILD_ROOT/ninja"
DESTDIR="$BUILD_ROOT/install"