mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 21:06:38 +08:00
Use tree one dir up
This commit is contained in:
parent
2639f99ccf
commit
8492d8e2ec
@ -33,11 +33,12 @@ cmake -G "Ninja" -DPROJECT_ARCH=${TARGETARCH} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} .
|
|||||||
# Build native part using ninja.
|
# Build native part using ninja.
|
||||||
ninja -j4
|
ninja -j4
|
||||||
|
|
||||||
|
cd ..
|
||||||
apt install tree
|
apt install tree
|
||||||
tree
|
tree
|
||||||
|
|
||||||
#Compile JCEF java classes
|
#Compile JCEF java classes
|
||||||
cd ../tools
|
cd tools
|
||||||
chmod +x compile.sh
|
chmod +x compile.sh
|
||||||
if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then
|
if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then
|
||||||
./compile.sh linux64
|
./compile.sh linux64
|
||||||
|
Loading…
Reference in New Issue
Block a user