feat: add macOS-specific gmake build configs for wren_cli project

Add premake filter for system:macosx to generate Makefiles into projects/gmake.mac directory, and create the initial gmake.mac Makefile and wren_cli.make with support for release/debug 64/32-bit configurations using clang on Darwin.
This commit is contained in:
underscorediscovery
2020-05-28 03:21:21 +00:00
parent ff068d5841
commit 1a62000e78
3 changed files with 428 additions and 0 deletions
+2
View File
@@ -34,6 +34,8 @@ workspace "wren-cli"
location ("../gmake")
filter "system:bsd"
location ("../gmake.bsd")
filter "system:macosx"
location ("../gmake.mac")
project "wren_cli"
kind "ConsoleApp"