diff options
Diffstat (limited to 'data/ed/make.sh')
-rw-r--r-- | data/ed/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ed/make.sh b/data/ed/make.sh index 3504cbff8..26d2ee621 100644 --- a/data/ed/make.sh +++ b/data/ed/make.sh @@ -1,5 +1,5 @@ pkg:extract cd * ./configure --prefix=/usr -make CC=arm-apple-darwin-gcc +make CC="${PKG_TARG}-gcc" pkg:install |