Skip to content

Commit 6ade240

Browse files
Modify build.sh to look for Qwiic pkgs
1 parent 9fb382c commit 6ade240

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,4 @@
2626

2727
set -e
2828

29-
P=$(
30-
ls -RUx |
31-
gawk -F '\n' '{ match($1, /(drivers|helpers)\/(.+)\/(.+)\:/, arr) ; if (length(arr[0]) > 0 && match(arr[3], arr[2]) > 0) printf "%s, ", arr[3] }' |
32-
gawk '{ trimmed = substr($0, 1, length($0) - 2) ; print "\"" trimmed "\"" }'
33-
)
34-
35-
circuitpython-build-bundles --filename_prefix qwiic-serlcd-circup-bundle --library_location libraries --library_depth 2 --package_folder_prefix "$P"
29+
circuitpython-build-bundles --filename_prefix qwiic-serlcd-circup-bundle --library_location libraries --library_depth 2 --package_folder_prefix Qwiic

0 commit comments

Comments
 (0)