Remove use of the Dep API.

This is going away.
This commit is contained in:
David Anderson
2020-08-24 20:48:57 -07:00
parent 0bed34e0c7
commit 6e2c5a66b3
5 changed files with 22 additions and 24 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ for cxx in builder.targets:
path = os.path.join(builder.sourcePath, 'extensions', 'regex', 'lib_darwin', 'libpcre.a')
elif arch == 'x86_64':
path = os.path.join(builder.sourcePath, 'extensions', 'regex', 'lib_darwin64', 'libpcre.a')
binary.compiler.postlink += [binary.Dep(path)]
binary.compiler.postlink += [path]
binary.sources += [
'extension.cpp',