diff options
Diffstat (limited to 'test/SConstruct')
-rw-r--r-- | test/SConstruct | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/SConstruct b/test/SConstruct index 3a5a9f5..72527bb 100644 --- a/test/SConstruct +++ b/test/SConstruct @@ -25,9 +25,7 @@ if env["platform"] == "macos": ) else: library = env.SharedLibrary( - "demo/bin/libgdexample.{}.{}.{}{}".format( - env["platform"], env["target"], env["arch_suffix"], env["SHLIBSUFFIX"] - ), + "demo/bin/libgdexample{}{}".format(env["suffix"], env["SHLIBSUFFIX"]), source=sources, ) |