mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 13:54:18 +01:00
[build] Set filealign for MSVC builds
Useful if you want to run a MSVC build on Wine.
This commit is contained in:
parent
6faf3c1acd
commit
6199776869
@ -72,6 +72,10 @@ if platform == 'windows'
|
|||||||
'-Wl,--kill-at',
|
'-Wl,--kill-at',
|
||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
|
else
|
||||||
|
link_args += [
|
||||||
|
'/FILEALIGN:4096',
|
||||||
|
]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
lib_d3d9 = cpp.find_library('d3d9')
|
lib_d3d9 = cpp.find_library('d3d9')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user