mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
build script: fix update of png config script
This commit is contained in:
parent
29cb712b50
commit
f894d9f745
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -1289,7 +1289,7 @@ class PngTarget(ConfigureMakeStaticDependencyTarget):
|
|||
|
||||
def post_build(self, builder: 'Builder'):
|
||||
super().post_build(builder)
|
||||
Target.update_prefix_shell_script(builder.prefix_path + '/bin/libpng16-config')
|
||||
Target.update_prefix_shell_script(self.prefix + '/bin/libpng16-config')
|
||||
|
||||
|
||||
class PortMidiTarget(CMakeTarget):
|
||||
|
|
Loading…
Reference in a new issue