mirror of https://github.com/google/oss-fuzz.git
Fix JSC build with cmake default FindICU.cmake
This commit is contained in:
parent
cac28fd860
commit
8e128aa324
|
@ -36,6 +36,7 @@ ln -s libicu.a libicui18n.a
|
|||
|
||||
export CFLAGS="$CFLAGS -DU_STATIC_IMPLEMENTATION"
|
||||
export CXXFLAGS="$CXXFLAGS -DU_STATIC_IMPLEMENTATION"
|
||||
export ICU_ROOT=$DEPS_PATH
|
||||
|
||||
cd $SRC/WebKit
|
||||
Tools/Scripts/build-jsc \
|
||||
|
|
Loading…
Reference in New Issue