Skip to content

Commit

Permalink
Source is located within subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Jul 1, 2024
1 parent 5a3d214 commit be5a2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ if needs_build "${tracker_file}" "libicu"; then
curl -f -L -s -o libicu.tar.gz "${libicu_url}" ||
error "libicu download error encountered"
tar -xzf libicu.tar.gz || exit
pushd icu > /dev/null || exit
pushd icu/source > /dev/null || exit
./configure --prefix="${embed_dir}" --enable-shared --disable-static \
"${cross_configure[@]}" || exit
make || exit
Expand Down

0 comments on commit be5a2d4

Please sign in to comment.