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