medfall

A super great game engine
Log | Files | Refs

commit c58d63bba37ba14a2cb7e6ccb7fd59cc3f97e9bb
parent 5c06e1f91c7b3a3b97f70e5b09cb2720ae2f21b7
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Jun 25 14:32:34 +0300

OpenBSD server take three

Diffstat:
scripts/gen_makefile.lua | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/scripts/gen_makefile.lua b/scripts/gen_makefile.lua @@ -68,6 +68,7 @@ configs[ "openbsd" ] = copy( configs[ "linux" ] ) configs[ "openbsd" ].cxx = "-eg++" configs[ "openbsd" ].ldflags = "-lm -lpthread -lexecinfo" +configs[ "openbsd-64" ] = copy( configs[ "linux-64" ] ) configs[ "openbsd-debug" ] = copy( configs[ "linux-debug" ] ) configs[ "openbsd-release" ] = {