diff options
Diffstat (limited to 'etc/scons/experimental_unified_ninja.vars')
| -rw-r--r-- | etc/scons/experimental_unified_ninja.vars | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/etc/scons/experimental_unified_ninja.vars b/etc/scons/experimental_unified_ninja.vars index fe1f1febe89..21e03e71296 100644 --- a/etc/scons/experimental_unified_ninja.vars +++ b/etc/scons/experimental_unified_ninja.vars @@ -1,9 +1,6 @@ -# This file is now empty and the settings have been made the default. -# This file exists only to prevent breakage when used with existing command line invocations. - # 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" +NINJA_BUILDDIR="$BUILD_ROOT/ninja" +DESTDIR="$BUILD_ROOT/install" |
