fixed some more stuff
This commit is contained in:
parent
3cf13c45bc
commit
164a68c5ee
4 changed files with 36 additions and 32 deletions
|
@ -43,7 +43,7 @@ foreach file : source_file_names
|
|||
endforeach
|
||||
|
||||
windows_sdk_lib_dir = 'C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22621.0/um/x64'
|
||||
link_args = ['-L' + windows_sdk_lib_dir, '-lwindowsapp']
|
||||
link_args = ['-L' + windows_sdk_lib_dir, '-lwindowsapp', '-static']
|
||||
|
||||
deps = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue