update build scripts

This commit is contained in:
Kyle
2021-10-08 21:26:36 +08:00
parent 1b95cb6fb5
commit 9fdde6bd16
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ class ExtensionConfig(object):
return link
linker = make_linker(source_path, output_path)
compiler.linkflags[0:0] = [compiler.Dep(library, linker)]
compiler.postlink.append(compiler.Dep(library, linker))
return binary