mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-01 04:10:40 +00:00
build script: remove no longer needed jpeg-turbo option
This commit is contained in:
parent
a847b53b2b
commit
3ce7756f31
1 changed files with 0 additions and 1 deletions
1
build.py
1
build.py
|
@ -982,7 +982,6 @@ class JpegTurboTarget(CMakeStaticDependencyTarget):
|
||||||
opts = self.options
|
opts = self.options
|
||||||
opts['CMAKE_SYSTEM_NAME'] = 'Darwin'
|
opts['CMAKE_SYSTEM_NAME'] = 'Darwin'
|
||||||
opts['CMAKE_SYSTEM_PROCESSOR'] = 'aarch64' if architecture == 'arm64' else architecture
|
opts['CMAKE_SYSTEM_PROCESSOR'] = 'aarch64' if architecture == 'arm64' else architecture
|
||||||
opts['CMAKE_AR'] = '/usr/bin/ar'
|
|
||||||
|
|
||||||
super().configure(builder)
|
super().configure(builder)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue