medfall

A super great game engine
Log | Files | Refs

commit de72bda4584bb1249084282d4037a267cc08a3bf
parent 487dc9410e2df53abfcda859d33bbaf1ce7e4976
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Jun 25 15:50:37 +0300

Fix OSX build take five

Diffstat:
make.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/make.lua b/make.lua @@ -59,7 +59,7 @@ end bin( "pp", { "pp", "heightmap", common_objs }, { "lz4", "squish", "stb_image" } ) -if OS ~= "windows" then +if OS == "linux" then bin( "utils/genkeys/genkeys", { "utils/genkeys/genkeys", common_objs }, { "monocypher" } ) bin( "utils/genkeys/sign", { "utils/genkeys/sign", common_objs }, { "monocypher" } )