diff options
Diffstat (limited to 'build/config/BUILDCONFIG.gn')
-rw-r--r-- | build/config/BUILDCONFIG.gn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn index 9239c24..c4a57b0 100644 --- a/build/config/BUILDCONFIG.gn +++ b/build/config/BUILDCONFIG.gn @@ -77,6 +77,9 @@ declare_args() { # Compile for Thread Sanitizer to find threading bugs. is_tsan = false + + # When running in gyp-generating mode, this is the root of the build tree. + gyp_output_dir = "out" } # ============================================================================= |