Skip to content

Commit 514d446

Browse files
authored
Merge pull request #1017 from BillyONeal/remove-sortpp-pass
Remove SORTPP_PASS which breaks modern Windows SDKs.
2 parents 8ef511b + ab5db7e commit 514d446

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public_conf.set('LIBZIM_WITH_XAPIAN', xapian_dep.found())
6161

6262
if build_machine.system() == 'windows'
6363
win_deps = declare_dependency(
64-
compile_args: ['-DSORTPP_PASS'],
6564
link_args: ['-lRpcrt4', '-lWs2_32', '-lwinmm', '-lshlwapi']
6665
)
6766
else

0 commit comments

Comments
 (0)