From acd75c8cf0f468047997d7c124f9b7909b1e0a01 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 23 Jan 2018 16:09:16 -0500 Subject: [PATCH] change executable name --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 16dc7e9..e12d39c 100644 --- a/wscript +++ b/wscript @@ -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"],