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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user