diff options
Diffstat (limited to 'third_party/re2/BUILD.gn')
-rw-r--r-- | third_party/re2/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/re2/BUILD.gn b/third_party/re2/BUILD.gn index e77aad2..9f3ba8d 100644 --- a/third_party/re2/BUILD.gn +++ b/third_party/re2/BUILD.gn @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -gyp_file = "//out/gn_gyp/third_party/re2/re2.gyp" +gyp_file = "//$gyp_output_dir/gn_gyp/third_party/re2/re2.gyp" config("re2_config") { include_dirs = [ "." ] |