diff options
Diffstat (limited to 'projects/VSCode/Makefile')
| -rw-r--r-- | projects/VSCode/Makefile | 3 |
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: |
