statically link test exe to prevent dll search issues on wine
This commit is contained in:
@@ -15,7 +15,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
link_args = []
|
||||
test_link_args = []
|
||||
test_link_args = [ '-static' ]
|
||||
|
||||
include_dirs = [
|
||||
'vendor/',
|
||||
|
||||
Reference in New Issue
Block a user