From 1107e1773d716c816464aeda5300190c69bd53f5 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 7 Oct 2021 14:02:58 +0200 Subject: [PATCH] squash! tools,build: add PRODUCT_DIR_ABS default gyp var Remove semicolon. --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 2d672868295b30..a879a9661d65f7 100755 --- a/configure.py +++ b/configure.py @@ -1979,7 +1979,7 @@ def make_bin_override(): -gyp_args = ['--no-parallel', '-Dconfiguring_node=1']; +gyp_args = ['--no-parallel', '-Dconfiguring_node=1'] if options.use_ninja: gyp_args += ['-f', 'ninja']