mingw: sets libh2o install dir (for accurate pkg-config info)

This commit is contained in:
Joe Bryan 2021-08-19 11:59:49 -04:00
parent 64a8c104c5
commit f40b519cce

View File

@ -9,7 +9,7 @@
"make": "libh2o",
"compat": {
"mingw": {
"prepare": "cmake -G\"MSYS Makefiles\" ."
"prepare": "cmake -G\"MSYS Makefiles\" -DCMAKE_INSTALL_PREFIX=. ."
}
}
},