diff options
Diffstat (limited to 'data/dict/make.sh')
-rw-r--r-- | data/dict/make.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/dict/make.sh b/data/dict/make.sh index d1151073e..d752dac67 100644 --- a/data/dict/make.sh +++ b/data/dict/make.sh @@ -1,4 +1,6 @@ pkg:setup +cp ${PKG_BASE}/config.sub . +cp ${PKG_BASE}/config.sub libmaa/ pkg:configure ac_cv_type_wint_t=yes ac_cv_prog_AR=$(which ${PKG_TARG}-ar) make AR=${PKG_TARG}-ar pkg:install |