summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/VSCode/Makefile')
-rw-r--r--projects/VSCode/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile
index 64d07f1d..b8c22ce3 100644
--- a/projects/VSCode/Makefile
+++ b/projects/VSCode/Makefile
@@ -180,6 +180,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),LINUX)
MAKE = make
endif
+ ifeq ($(PLATFORM_OS),OSX)
+ MAKE = make
+ endif
endif
# Define compiler flags: