Skip to content

Commit

Permalink
[build] Set filealign for MSVC builds
Browse files Browse the repository at this point in the history
Useful if you want to run a MSVC build on Wine.
  • Loading branch information
ishitatsuyuki authored and doitsujin committed Jan 23, 2024
1 parent 6faf3c1 commit 6199776
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ if platform == 'windows'
'-Wl,--kill-at',
]
endif
else
link_args += [
'/FILEALIGN:4096',
]
endif

lib_d3d9 = cpp.find_library('d3d9')
Expand Down

0 comments on commit 6199776

Please sign in to comment.