feat: add gmake.bsd project files for FreeBSD builds with premake5 location rule
Add new GNU Make workspace and project makefiles under projects/gmake.bsd/ directory, supporting release_64bit, release_32bit, debug_64bit, and debug_32bit configurations for the wren_cli target. Update premake5.lua to route BSD system builds to the new gmake.bsd location instead of the default gmake directory.
This commit is contained in:
@@ -32,6 +32,8 @@ workspace "wren-cli"
|
||||
|
||||
filter "action:gmake2"
|
||||
location ("../gmake")
|
||||
filter "system:bsd"
|
||||
location ("../gmake.bsd")
|
||||
|
||||
project "wren_cli"
|
||||
kind "ConsoleApp"
|
||||
|
||||
Reference in New Issue
Block a user