mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
build script: finalize sdl2 cross-compilation
This commit is contained in:
parent
b08c779a2f
commit
2278e2ab1f
1 changed files with 2 additions and 0 deletions
2
build.py
2
build.py
|
@ -1369,6 +1369,8 @@ class Sdl2Target(CMakeStaticDependencyTarget):
|
|||
|
||||
Target.update_prefix_shell_script(self.prefix + '/bin/sdl2-config', update_libs)
|
||||
|
||||
self.make_platform_header(builder, 'SDL2/SDL_config.h')
|
||||
|
||||
@staticmethod
|
||||
def _process_pkg_config(pcfile: str, line: str) -> str:
|
||||
libs = 'Libs:'
|
||||
|
|
Loading…
Reference in a new issue