Skip to content

Commit

Permalink
Makefile: Dehardcode -j4, SCons defaults to max - 1
Browse files Browse the repository at this point in the history
Follow-up to #788.
  • Loading branch information
akien-mga committed Jul 18, 2022
1 parent 3ceb321 commit c2b35fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HEADERS = godot-headers
TARGET = debug
USE_CLANG = no

BASE = scons use_llvm=$(USE_CLANG) generate_bindings=$(GENERATE_BINDINGS) target=$(TARGET) headers=$(HEADERS) -j4
BASE = scons use_llvm=$(USE_CLANG) generate_bindings=$(GENERATE_BINDINGS) target=$(TARGET) headers=$(HEADERS)
LINUX = $(BASE) platform=linux
WINDOWS = $(BASE) platform=windows
OSX = $(BASE) platform=osx
Expand Down

0 comments on commit c2b35fb

Please sign in to comment.