summaryrefslogtreecommitdiffhomepage
path: root/subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-10-25 19:02:15 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-10-25 19:02:15 +0000
commit691929d8b3452c9c75752c3f0279bfe9acde8734 (patch)
treecafbe5bf5c4635637dbc8b274d20f028f689047d /subr
parente9e7412fdf98292459bdd09bfc2f6107cb604ea1 (diff)
downloadmidipix_build-691929d8b3452c9c75752c3f0279bfe9acde8734.tar.bz2
midipix_build-691929d8b3452c9c75752c3f0279bfe9acde8734.tar.xz
subr/pre_subdirs.subr:pre_subdirs(): correctly mkdir ${PREFIX}/${TARGET}/{bin,lib}/.
Diffstat (limited to 'subr')
-rw-r--r--subr/pre_subdirs.subr4
1 files changed, 2 insertions, 2 deletions
diff --git a/subr/pre_subdirs.subr b/subr/pre_subdirs.subr
index bf997b72..3a174f14 100644
--- a/subr/pre_subdirs.subr
+++ b/subr/pre_subdirs.subr
@@ -16,12 +16,12 @@ pre_subdirs() {
/=${DLCACHEDIR} \
/=${WORKDIR} \
/=${PREFIX} \
+ /=${PREFIX}/${TARGET}/bin \
+ /=${PREFIX}/${TARGET}/lib \
/=${PREFIX}/x86_64-w64-mingw32 \
/=${PREFIX_CROSS} \
/=${PREFIX_MINIPIX}/bin \
/=${PREFIX_NATIVE} \
- /=${PREFIX_TARGET}/bin \
- /=${PREFIX_TARGET}/lib \
@.=${PREFIX}/usr \
@.=${PREFIX}/x86_64-w64-mingw32/mingw \
/=${PREFIX}/x86_64-w64-mingw32/mingw/include \