summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2022-06-13 23:55:55 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2022-06-13 23:55:55 -0400
commitb9509b499c9822229cdd6bda81b2c1e453259ec8 (patch)
tree4372b57942de0fed3a85067d4f58354d8ea3b2e8
parent52d3af86b75d5feda5f31cd258201541900e6d1a (diff)
downloadios-node-v8-b9509b499c9822229cdd6bda81b2c1e453259ec8.tar.gz
ios-node-v8-b9509b499c9822229cdd6bda81b2c1e453259ec8.tar.bz2
ios-node-v8-b9509b499c9822229cdd6bda81b2c1e453259ec8.zip
fix job number in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5c1d937ce..83c63056df 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ FIND ?= find
ifdef JOBS
PARALLEL_ARGS = -j $(JOBS)
else
- PARALLEL_ARGS = -J
+ PARALLEL_ARGS = -j1
endif
ifdef ENABLE_V8_TAP