diff options
Diffstat (limited to 'data/dict/make.sh')
-rw-r--r-- | data/dict/make.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/dict/make.sh b/data/dict/make.sh index 84f49c26f..69cf25c8a 100644 --- a/data/dict/make.sh +++ b/data/dict/make.sh @@ -1,6 +1,6 @@ pkg:extract cd * pkg:patch -pkg:configure ac_cv_type_wint_t=yes ac_cv_prog_AR=$(which arm-apple-darwin-ar) -make AR=arm-apple-darwin-ar +pkg:configure ac_cv_type_wint_t=yes ac_cv_prog_AR=$(which ${PKG_TARG}-ar) +make AR=${PKG_TARG}-ar pkg:install |