Skip to content

Commit 5c6cb78

Browse files
committed
add /opt/swift/usr/bin and flutter-elinux/bin to path
1 parent e5340a8 commit 5c6cb78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-defaults.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export FLUTTER_ROOT=/opt/flutter-elinux
3434
export FLUTTER_SDK=${FLUTTER_ROOT}/flutter
3535
export FLUTTER_CACHE_ENGINEDIR=${FLUTTER_SDK}/bin/cache/artifacts/engine
3636
export DART_CACHE_BINDIR=${FLUTTER_SDK}/bin/cache/dart-sdk/bin
37-
export PATH=$PATH:${FLUTTER_SDK}/bin
37+
export PATH=$PATH:${FLUTTER_ROOT}/bin:${FLUTTER_SDK}/bin:/opt/swift/usr/bin
3838

3939
# Package name of the build target Flutter app
4040
export SOURCE_DIR=${pwd}/Examples/${APP_PACKAGE_NAME}

0 commit comments

Comments
 (0)