change executable name

This commit is contained in:
Josh Holtrop 2018-01-23 16:09:16 -05:00
parent 23ae0898e6
commit acd75c8cf0

View File

@ -34,7 +34,7 @@ def build(bld):
libs += ["dl", "GL"]
bld.program(
source = sources,
target = "app",
target = "freetype2gl3",
uselib = ["SDL2", "FreeType2"],
lib = libs,
linkflags = ["-Wl,-rpath,$ORIGIN"],