mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-26 11:51:20 +01:00
Typo
This commit is contained in:
parent
4b657a6b62
commit
e7ba84b8dd
@ -969,7 +969,7 @@ def make_winphone_app(self):
|
||||
Insert configuration flags for windows phone applications (adds /ZW, /TP...)
|
||||
"""
|
||||
make_winapp(self, 'WINAPI_FAMILY_PHONE_APP')
|
||||
conf.env.append_unique('LINKFLAGS', ['/NODEFAULTLIB:ole32.lib', 'PhoneAppModelHost.lib'])
|
||||
self.env.append_unique('LINKFLAGS', ['/NODEFAULTLIB:ole32.lib', 'PhoneAppModelHost.lib'])
|
||||
|
||||
@feature('winapp')
|
||||
@after_method('process_use')
|
||||
|
Loading…
Reference in New Issue
Block a user