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.
1 parent f5ff813 commit c6cc38fCopy full SHA for c6cc38f
configure
@@ -53,9 +53,6 @@ die_unknown(){
53
}
54
55
PREFIX="/mingw"
56
-bindir="${PREFIX}/bin"
57
-libdir="${PREFIX}/lib"
58
-incdir="${PREFIX}/include/sys"
59
ar="ar"
60
cc_default="gcc"
61
ranlib="ranlib"
@@ -111,6 +108,9 @@ for opt do
111
108
esac
112
109
done
113
110
+bindir="${PREFIX}/bin"
+libdir="${PREFIX}/lib"
+incdir="${PREFIX}/include/sys"
114
ar="${cross_prefix}${ar}"
115
cc_default="${cross_prefix}${cc_default}"
116
ranlib="${cross_prefix}${ranlib}"
0 commit comments