Skip to content

Commit

Permalink
Fix build on web.
Browse files Browse the repository at this point in the history
Diffs=
8a67331a4 Fix build on web. (#7613)

Co-authored-by: Luigi Rosso <[email protected]>
  • Loading branch information
luigi-rosso and luigi-rosso committed Jul 15, 2024
1 parent 1e21cf7 commit bd30190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
44fae6bfe787063af6cb7390fd83f5de167e79e0
8a67331a40847538f893acddfcc57e249e21ec81
2 changes: 2 additions & 0 deletions build/rive_build_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,8 @@ do
architecture('arm64')
end

filter({})

if os.host() == 'macosx' then
iphoneos_sysroot = os.outputof('xcrun --sdk iphoneos --show-sdk-path')
iphonesimulator_sysroot = os.outputof('xcrun --sdk iphonesimulator --show-sdk-path')
Expand Down

0 comments on commit bd30190

Please sign in to comment.