* Executable is called game, not main * Use make not mingw32-make on macOS
@@ -8,7 +8,7 @@
"name": "Debug",
"type": "cppdbg",
"request": "launch",
- "program": "${workspaceFolder}/main",
+ "program": "${workspaceFolder}/game",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
@@ -180,6 +180,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),LINUX)
MAKE = make
endif
+ ifeq ($(PLATFORM_OS),OSX)
+ MAKE = make
+ endif
# Define compiler flags: