diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index 64d07f1db..b8c22ce30 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: