medfall

A super great game engine
Log | Files | Refs

commit 38d146360206f360830a4132f2edafa063fa8b5f
parent ff2c9cf69317747d3a4744ca910f31f91a5e90f2
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Jun 25 15:45:13 +0300

Fix OSX build take two

Diffstat:
scripts/gen_makefile.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/gen_makefile.lua b/scripts/gen_makefile.lua @@ -64,7 +64,7 @@ local configs = { -- TODO: OSX } -configs[ "macos" ] = copy( configs( "linux" ) +configs[ "macos" ] = copy( configs[ "linux" ] ) configs[ "macos" ].cxx = "clang++" configs[ "macos-64" ] = copy( configs[ "linux-64" ] )