Skip to content

Commit

Permalink
[Discord] Adding ICU_FOUND flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Flewp committed Jul 18, 2024
1 parent 32ee295 commit 4343134
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ val configureBuildForHermes by
".",
"-B",
hermesBuildDir.toString(),
"-DJSI_DIR=" + jsiDir.absolutePath))
"-DJSI_DIR=" + jsiDir.absolutePath,
"-DICU_FOUND=1"))
}

val buildHermesC by
Expand Down

0 comments on commit 4343134

Please sign in to comment.