|
|
@ -21,8 +21,8 @@ autoextract=0 |
|
|
|
cgtoolkit_postmake() { |
|
|
|
f= |
|
|
|
case $arch in |
|
|
|
x86) f="`match_source_file -p i586`" ;; |
|
|
|
x86-64) f="`match_source_file -p x86_64`" ;; |
|
|
|
x86) f="`match_source_file -p x86.tar`" ;; |
|
|
|
x86-64) f="`match_source_file -p x86_64.tar`" ;; |
|
|
|
esac |
|
|
|
[ "$f" ] || abort "No binary for this architecture detected!" |
|
|
|
|
|
|
|