diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-10-25 19:02:15 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-10-25 19:02:15 +0000 |
commit | 691929d8b3452c9c75752c3f0279bfe9acde8734 (patch) | |
tree | cafbe5bf5c4635637dbc8b274d20f028f689047d | |
parent | e9e7412fdf98292459bdd09bfc2f6107cb604ea1 (diff) | |
download | midipix_build-691929d8b3452c9c75752c3f0279bfe9acde8734.tar.bz2 midipix_build-691929d8b3452c9c75752c3f0279bfe9acde8734.tar.xz |
subr/pre_subdirs.subr:pre_subdirs(): correctly mkdir ${PREFIX}/${TARGET}/{bin,lib}/.
-rw-r--r-- | subr/pre_subdirs.subr | 4 |
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 \ |