mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
build script: add pkg extra libraries to sndfile target
This commit is contained in:
parent
b803b9fe0f
commit
d7baaa7675
1 changed files with 1 additions and 0 deletions
1
build.py
1
build.py
|
@ -912,6 +912,7 @@ class PcreTarget(ConfigureMakeStaticDependencyTarget):
|
|||
class SndFileTarget(CMakeStaticDependencyTarget):
|
||||
def __init__(self, name='sndfile'):
|
||||
super().__init__(name)
|
||||
self.pkg_libs = {'sndfile': '-lopus -lFLAC -lvorbisenc -lvorbis -logg'}
|
||||
|
||||
opts = self.options
|
||||
opts['BUILD_REGTEST'] = 'NO'
|
||||
|
|
Loading…
Reference in a new issue