mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
build script: remove irrelevant option from mpg123 target
This commit is contained in:
parent
203acac29e
commit
cee1f63836
1 changed files with 0 additions and 1 deletions
1
build.py
1
build.py
|
@ -1025,7 +1025,6 @@ class MoltenVKTarget(MakeTarget):
|
|||
class Mpg123Target(ConfigureMakeStaticDependencyTarget):
|
||||
def __init__(self, name='mpg123'):
|
||||
super().__init__(name)
|
||||
self.options['--enable-modules'] = 'no'
|
||||
|
||||
def prepare_source(self, builder: 'Builder'):
|
||||
builder.download_source(
|
||||
|
|
Loading…
Reference in a new issue