add pkg-config 0.29.2 with preliminary build script support

This commit is contained in:
alexey.lysiuk 2020-06-27 14:43:45 +03:00
parent 41bff6e7fb
commit eb55f3e00f
3 changed files with 3 additions and 0 deletions

View file

@ -350,6 +350,7 @@ class Builder(object):
environ['PATH'] = environ['PATH'] \
+ os.pathsep + '/Applications/CMake.app/Contents/bin' \
+ os.pathsep + self.bin_path
environ['PKG_CONFIG_PATH'] = self.lib_path + 'pkgconfig'
os.makedirs(self.build_path, exist_ok=True)

2
deps/pkg-config/bin/pkg-config vendored Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
"`dirname \"$0\"`/pkg-config.exe" --define-prefix $*

BIN
deps/pkg-config/bin/pkg-config.exe vendored Executable file

Binary file not shown.