summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index b14369e..1329123 100755
--- a/configure.py
+++ b/configure.py
@@ -70,5 +70,5 @@ with open("build.ninja", "w") as bf:
for s, o, b in zip(sources, objects, binaries):
print("build {}: cpp {}".format(o, s), file=bf)
print("build {}: link {}".format(b, o), file=bf)
- print(" lflags = $lflags ../build/libflatland.so", file=bf)
+ print(" lflags = $lflags build/libflatland.so", file=bf)
print("\n", file=bf)