We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d47d69 + 6c0e2f8 commit e5b87b5Copy full SHA for e5b87b5
vita/2_build_toolchain.sh
@@ -30,6 +30,12 @@ if [ ! -f .patches-applied ]; then
30
patch -Np1 < $SCRIPT_DIR/../shared/extra/lhasa.patch
31
)
32
33
+ # Fix fmt
34
+ (cd $FMT_DIR
35
+ # Fix undefined reference to funlockfile
36
+ perl -pi -e 's/define FMT_USE_FALLBACK_FILE 0/define FMT_USE_FALLBACK_FILE 1/' include/fmt/format-inl.h
37
+ )
38
+
39
# Fix icu build
40
patch -Np0 < $SCRIPT_DIR/icu-vita.patch
41
0 commit comments