Skip to content

Commit b8f6690

Browse files
committed
build: fix spacing before NINJA_ARGS
1 parent 8e9686d commit b8f6690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ ifdef JOBS
147147
NINJA_ARGS := $(NINJA_ARGS) -j$(JOBS)
148148
else
149149
IMMEDIATE_NINJA_ARGS := $(NINJA_ARGS)
150-
NINJA_ARGS = $(IMMEDIATE_NINJA_ARGS) $(filter -j%,$(MAKEFLAGS))
150+
NINJA_ARGS = $(IMMEDIATE_NINJA_ARGS)$(filter -j%,$(MAKEFLAGS))
151151
endif
152152
$(NODE_EXE): config.gypi out/Release/build.ninja
153153
$(NINJA) -C out/Release $(NINJA_ARGS)

0 commit comments

Comments
 (0)