mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Fix cd to tools
This commit is contained in:
parent
44c0b1fb4d
commit
18bfb8837a
@ -43,7 +43,7 @@ cmake -G "Ninja" -DPROJECT_ARCH=${TARGETARCH} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} .
|
||||
ninja -j4
|
||||
|
||||
#Compile JCEF java classes
|
||||
cd tools
|
||||
cd ../tools
|
||||
chmod +x compile.sh
|
||||
if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then
|
||||
./compile.sh linux64
|
||||
|
Loading…
Reference in New Issue
Block a user