mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-28 14:42:03 +00:00
add pkg-config 0.29.2 with preliminary build script support
This commit is contained in:
parent
41bff6e7fb
commit
eb55f3e00f
3 changed files with 3 additions and 0 deletions
1
build.py
1
build.py
|
@ -350,6 +350,7 @@ class Builder(object):
|
||||||
environ['PATH'] = environ['PATH'] \
|
environ['PATH'] = environ['PATH'] \
|
||||||
+ os.pathsep + '/Applications/CMake.app/Contents/bin' \
|
+ os.pathsep + '/Applications/CMake.app/Contents/bin' \
|
||||||
+ os.pathsep + self.bin_path
|
+ os.pathsep + self.bin_path
|
||||||
|
environ['PKG_CONFIG_PATH'] = self.lib_path + 'pkgconfig'
|
||||||
|
|
||||||
os.makedirs(self.build_path, exist_ok=True)
|
os.makedirs(self.build_path, exist_ok=True)
|
||||||
|
|
||||||
|
|
2
deps/pkg-config/bin/pkg-config
vendored
Executable file
2
deps/pkg-config/bin/pkg-config
vendored
Executable 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
BIN
deps/pkg-config/bin/pkg-config.exe
vendored
Executable file
Binary file not shown.
Loading…
Reference in a new issue