diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-11-21 20:01:57 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-11-21 20:01:57 +0000 |
commit | 51127d8192539fe8322b4f4f968c8c65cdaef3e2 (patch) | |
tree | 04d7d2785f400666e69241206c7204d3e653fe9e | |
parent | a70bc32cd0ab4f8af0c4aae351702fcbbe377f3e (diff) | |
download | midipix_build-51127d8192539fe8322b4f4f968c8c65cdaef3e2.tar.bz2 midipix_build-51127d8192539fe8322b4f4f968c8c65cdaef3e2.tar.xz |
subr/pre_subdirs.subr: create ${PREFIX}/lib64 -> lib symlink.
-rw-r--r-- | subr/pre_subdirs.subr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subr/pre_subdirs.subr b/subr/pre_subdirs.subr index 4f724204..f40b3ba3 100644 --- a/subr/pre_subdirs.subr +++ b/subr/pre_subdirs.subr @@ -30,6 +30,7 @@ pre_subdirs() { @.=${PREFIX}/x86_64-w64-mingw32/mingw \ /=${PREFIX}/x86_64-w64-mingw32/mingw/include \ @.=${PREFIX_NATIVE}/usr \ + @lib=${PREFIX}/lib64 \ @bin=${PREFIX_MINIPIX}/lib \ @bin=${PREFIX_MINIPIX}/libexec \ @bin=${PREFIX_MINIPIX}/share \ |