mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-27 22:22:02 +00:00
lint
[skip build]
This commit is contained in:
parent
c4ef49a41f
commit
1af6cae7b4
1 changed files with 2 additions and 2 deletions
|
@ -516,8 +516,8 @@ class QuasiGlibTarget(BuildTarget):
|
|||
os.makedirs(lib_path, exist_ok=True)
|
||||
|
||||
commands = (
|
||||
[state.cxx_compiler(), '-std=c++11', '-O3', '-c', state.patch_path / f'{self.name}.cpp']
|
||||
+ shlex.split(state.environment['CXXFLAGS']),
|
||||
[state.cxx_compiler(), '-std=c++11', '-O3', '-c', state.patch_path / f'{self.name}.cpp'] +
|
||||
shlex.split(state.environment['CXXFLAGS']),
|
||||
(state.host() + '-ar', '-crs', lib_path / f'lib{self.name}.a', f'{self.name}.o'),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue