statically link test exe to prevent dll search issues on wine

This commit is contained in:
2026-07-17 15:12:06 +03:00
parent 61c76abf89
commit 6a77546313

View File

@@ -15,7 +15,7 @@ dependencies = [
]
link_args = []
test_link_args = []
test_link_args = [ '-static' ]
include_dirs = [
'vendor/',