-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trying to disable some unused features that might be biting us.. Diffs= 0d03a416b Fix ios analyzer (#7198) Co-authored-by: Luigi Rosso <[email protected]>
- Loading branch information
1 parent
0a88f0e
commit 785bee1
Showing
6 changed files
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
335a30588e5052375d6245e65c3c0a64864d486e | ||
0d03a416b584cdd95aa4b496df105c14cdd2c05c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
local dependency = require('dependency') | ||
miniaudio = dependency.github('rive-app/miniaudio', 'rive_changes') | ||
miniaudio = dependency.github('rive-app/miniaudio', 'rive_changes_4') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
dofile('rive_build_config.lua') | ||
local dependency = require('dependency') | ||
miniaudio = dependency.github('rive-app/miniaudio', 'rive_changes') | ||
miniaudio = dependency.github('rive-app/miniaudio', 'rive_changes_4') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters