Skip to content

Commit de57426

Browse files
committed
WiiU: builds
1 parent 4f28d03 commit de57426

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

wiiu/1_download_library.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ download_and_extract $EXPAT_URL
4242
rm -rf $LIBOGG_DIR
4343
download_and_extract $LIBOGG_URL
4444

45-
# tremor
45+
# libvorbis
4646
rm -rf $LIBVORBIS_DIR
4747
download_and_extract $LIBVORBIS_URL
4848

@@ -90,8 +90,6 @@ download_and_extract $ICU_URL
9090
rm -f $ICUDATA_FILES
9191
download_and_extract $ICUDATA_URL
9292

93-
msg " [3] Downloading platform libraries"
94-
9593
# liblcf
9694
rm -rf liblcf
9795
download_liblcf

wiiu/2_build_toolchain.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,27 @@ if [ ! -f .patches-applied ]; then
2626

2727
patches_common
2828

29-
# Fix pixman
29+
verbosemsg "pixman"
3030
(cd $PIXMAN_DIR
3131
patch -Np1 < $SCRIPT_DIR/../shared/extra/pixman-no-tls.patch
3232
)
3333

34-
# Fix expat
34+
verbosemsg "expat"
3535
(cd $EXPAT_DIR
3636
perl -pi -e 's/.*arc4random.*//g' ConfigureChecks.cmake
3737
)
3838

39-
# Fix lhasa
39+
verbosemsg "lhasa"
4040
(cd $LHASA_DIR
4141
patch -Np1 < $SCRIPT_DIR/../shared/extra/lhasa.patch
4242
)
4343

44-
# Fix fluidsynth
44+
verbosemsg "fluidsynth"
4545
(cd $FLUIDSYNTH_DIR
4646
patch -Np1 < $SCRIPT_DIR/fluidsynth-no-pthread.patch
4747
)
4848

49-
# Fix icu build
49+
verbosemsg "ICU"
5050
# Do not write objects, but source files
5151
perl -pi -e 's|#ifndef U_DISABLE_OBJ_CODE.*|#if 0 // U_DISABLE_OBJ_CODE|' icu/source/tools/toolutil/pkg_genc.h
5252
# Emit correct bigendian icudata header

0 commit comments

Comments
 (0)