Skip to content

Commit

Permalink
fix: add missing 'flutter' directory to FLUTTER_SDK_PATH in Linux com…
Browse files Browse the repository at this point in the history
…piled.sh
  • Loading branch information
Florian Wickert committed May 22, 2024
1 parent 8ca7fc7 commit fc822e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/linux/debug/rt-sdk/compiled.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

JVX_RELEASE_TYPE=Debug
JVX_SRC_PATH=$PWD/..
export FLUTTER_SDK_PATH=${JVX_SRC_PATH}/sources/jvxLibraries/third_party/web/flutter-3.7.4
export FLUTTER_SDK_PATH=${JVX_SRC_PATH}/sources/jvxLibraries/third_party/web/flutter/flutter-3.7.4
## QT_PATH_64=${JVX_SRC_PATH}/sources/jvxLibraries/third_party/web/qt/qt/5.15.2/gcc_64
## AQT install path

Expand Down

0 comments on commit fc822e7

Please sign in to comment.