Skip to content

Commit

Permalink
Unity with new Premake scripts!
Browse files Browse the repository at this point in the history
Using the new premake scripts to build the native unity plugin, look at all those redundant files go bye bye!

Diffs=
6150f1267 Unity with new Premake scripts! (#6532)

Co-authored-by: Luigi Rosso <[email protected]>
  • Loading branch information
luigi-rosso and luigi-rosso committed Jan 29, 2024
1 parent e5e43ac commit 7133704
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 @@
231b35a4130d96ee9be540f51b82c0ef831bad91
6150f1267c5bd8e480358f2c8786910ad180df55
2 changes: 2 additions & 0 deletions build/rive_build_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,13 @@ if os.host() == 'macosx' then
filter({ 'system:macosx', 'options:arch=arm64 or arch=universal' })
do
buildoptions({ '-arch arm64' })
linkoptions({ '-arch arm64' })
end

filter({ 'system:macosx', 'options:arch=x64 or arch=universal' })
do
buildoptions({ '-arch x86_64' })
linkoptions({ '-arch x86_64' })
end

filter({
Expand Down

0 comments on commit 7133704

Please sign in to comment.