mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 21:06:38 +08:00
Fix packing
This commit is contained in:
parent
920ca44827
commit
35fdc93f5b
@ -42,7 +42,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#Pack binary_distrib
|
#Pack binary_distrib
|
||||||
if [ ${MACHINE_TYPE} == 'x86_64' ]; then
|
if [ ${TARGETARCH} == 'amd64' ]; then
|
||||||
cd ../binary_distrib/linux64
|
cd ../binary_distrib/linux64
|
||||||
else
|
else
|
||||||
cd ../binary_distrib/linux32
|
cd ../binary_distrib/linux32
|
||||||
|
Loading…
Reference in New Issue
Block a user