Fix xmlada 21 on Windows (#559)

This commit is contained in:
Fabien Chouteau
2022-06-23 11:21:53 +02:00
committed by GitHub
parent 27bff3341a
commit 452ab8f14d
+1 -1
View File
@@ -15,7 +15,7 @@ project-files = ["distrib/xmlada.gpr",
[[actions]]
type = "post-fetch"
command = ["sh", "configure"]
command = ["sh", "configure", "--build=x86_64-w64-mingw32"]
[gpr-externals]
LIBRARY_TYPE = ["static", "relocatable", "static-pic"]