We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd14269 + c6cc38f commit 2d1c576Copy full SHA for 2d1c576
configure
@@ -54,9 +54,6 @@ die_unknown(){
54
}
55
56
PREFIX="/mingw"
57
-bindir="${PREFIX}/bin"
58
-libdir="${PREFIX}/lib"
59
-incdir="${PREFIX}/include/sys"
60
ar="ar"
61
cc_default="gcc"
62
ranlib="ranlib"
@@ -115,6 +112,9 @@ for opt do
115
112
esac
116
113
done
117
114
+bindir="${PREFIX}/bin"
+libdir="${PREFIX}/lib"
+incdir="${PREFIX}/include/sys"
118
ar="${cross_prefix}${ar}"
119
cc_default="${cross_prefix}${cc_default}"
120
ranlib="${cross_prefix}${ranlib}"
0 commit comments