mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
aedi: make glibconfig.h a per-platform header
This commit is contained in:
parent
793c8e4d95
commit
d1764b0b00
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ endian = 'little'
|
||||||
|
|
||||||
def post_build(self, state: BuildState):
|
def post_build(self, state: BuildState):
|
||||||
self.install(state, tool='ninja')
|
self.install(state, tool='ninja')
|
||||||
|
self.make_platform_header(state, '../lib/glib-2.0/include/glibconfig.h')
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _process_pkg_config(pcfile: str, line: str) -> str:
|
def _process_pkg_config(pcfile: str, line: str) -> str:
|
||||||
|
|
Loading…
Reference in a new issue