aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc46888..a14fb2b 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ $(OUTDIR)/%.$(OBJEXT): $(SRCDIR)/%.$(SRCEXT)
@rm -f $(OUTDIR)/$*.$(DEPEXT).tmp
lib/libentityx.a:
- @cmake lib/entityx -DENTITYX_BUILD_SHARED=FALSE
+ @cmake -S lib/entityx -B lib/entityx -DENTITYX_BUILD_SHARED=FALSE
@make -Clib/entityx -j4 entityx
@cp lib/entityx/libentityx.a lib/libentityx.a