mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
build script: fix typo in comment
This commit is contained in:
parent
0316136e44
commit
6e39dea6de
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -587,7 +587,7 @@ class QuakespasmTarget(MakeTarget):
|
|||
def configure(self, builder: 'Builder'):
|
||||
super().configure(builder)
|
||||
|
||||
# Copy linker flags from enviroment to command line argument, they would be overridden by Makefile otherwise
|
||||
# Copy linker flags from environment to command line argument, they would be overridden by Makefile otherwise
|
||||
ldflags = 'LDFLAGS'
|
||||
self.options[ldflags] = self.environment[ldflags]
|
||||
|
||||
|
|
Loading…
Reference in a new issue