summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules/go4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/modules/go b/auto/modules/go
index f8a3ea6c..2076a0bd 100644
--- a/auto/modules/go
+++ b/auto/modules/go
@@ -99,8 +99,8 @@ ${NXT_GO}: $NXT_BUILD_DIR/nxt_go_gen.h
$NXT_BUILD_DIR/nxt_go_gen.h: src/go/unit/*.go
GOPATH=`pwd` \\
- CGO_CPPFLAGS='-DNXT_CONFIGURE \\
- -I`pwd`/src' \\
+ CGO_CPPFLAGS="-DNXT_CONFIGURE \\
+ -I`pwd`/src" \\
${NXT_GO} build -o $NXT_BUILD_DIR/nxt_go_gen.a \\
--buildmode=c-archive go/unit