fix mac flutter build issue, ipc not working yet

This commit is contained in:
rustdesk
2022-09-16 00:32:34 +08:00
parent 5f6619080f
commit ccdd01eed0
6 changed files with 22 additions and 186 deletions

View File

@@ -3,5 +3,6 @@
dart pub global activate ffigen --version 5.0.1
flutter pub get
# call `flutter clean` if cargo build fails
# export LLVM_HOME=/Library/Developer/CommandLineTools/usr/
cargo build --features flutter
flutter run $@