fix configure path
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -159,7 +159,7 @@ jobs:
|
|||||||
do
|
do
|
||||||
mkdir build-$ARCH
|
mkdir build-$ARCH
|
||||||
cd build-$ARCH
|
cd build-$ARCH
|
||||||
./configure --host=$ARCH
|
../frida/configure --host=$ARCH
|
||||||
make
|
make
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user