-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Diffs= b8875ef31 Reorganize premake (#6522) Co-authored-by: Chris Dalton <[email protected]>
- Loading branch information
1 parent
d84734f
commit b89acbf
Showing
6 changed files
with
55 additions
and
105 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 @@ | ||
fddb050ca322c797dbbd01292f7d4f2b568eb627 | ||
b8875ef3109298913c20335cfb70eb9831f1703f |
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 @@ | ||
7b2c3e8d6ad4f9c50a7286b9108018807ae4435a | ||
b2729ecf89eab6144515396cd286352378708ca7 |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
dofile 'rive_build_config.lua' | ||
|
||
newoption { | ||
trigger = 'no-rive-decoders', | ||
description = '' | ||
} | ||
|
||
-- Build a no-op librive_pls_renderer.a so xcode still sees a static library to link with when the | ||
-- module isn't available. | ||
project 'rive_pls_renderer' | ||
do | ||
kind 'StaticLib' | ||
files {'pls.cpp'} | ||
end | ||
|
||
newoption { | ||
trigger = 'variant', | ||
value = 'type', | ||
description = 'Choose a particular variant to build', | ||
allowed = { | ||
{'system', 'Builds the static library for the provided system'}, | ||
{'emulator', 'Builds for an emulator/simulator for the provided system'} | ||
}, | ||
default = 'system' | ||
} |
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
Submodule rive-cpp
updated
from 212643 to 11084a