Skip to content

Commit

Permalink
Fix pub-cache path when building isar (#183)
Browse files Browse the repository at this point in the history
* fix pub-cache path

* add trigger
  • Loading branch information
casimir authored May 6, 2024
1 parent 1a59bb0 commit 934d450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party_sources/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

echo "> Building Isar native libs..."
ISAR_VERSION=$(awk '/isar_version: /{print $3}' $TPS_DIR/../pubspec.yaml)
ISAR_LIBS_DIR=$PUB_CACHE/hosted/isar-community.dev/isar_flutter_libs-$ISAR_VERSION/android/src/main/jniLibs
ISAR_LIBS_DIR=$PUB_CACHE/hosted/pub.isar-community.dev/isar_flutter_libs-$ISAR_VERSION/android/src/main/jniLibs
echo "target directory: $ISAR_LIBS_DIR"
pushd $TPS_DIR/isar
bash ./tool/build_android.sh x86
Expand Down

0 comments on commit 934d450

Please sign in to comment.