Skip to content

Commit

Permalink
chore: missing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 12, 2022
1 parent f17f50a commit 54efc28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions native/wasm/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ Task("libHarfBuzzSharp")
.WithCriteria(IsRunningOnLinux())
.Does(() =>
{
bool hasSimdEnabled = EMSCRIPTEN_FEATURES.Contains("simd");
bool hasThreadingEnabled = EMSCRIPTEN_FEATURES.Contains("mt");

GnNinja($"wasm", "HarfBuzzSharp",
$"target_os='linux' " +
$"target_cpu='wasm' " +
Expand Down

0 comments on commit 54efc28

Please sign in to comment.