mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-02 15:53:41 +08:00
Fix cd to tools
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user