mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-06 09:13:54 +08:00
Fix packing
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user