Add support for the RISC-V architecture
Supports RV64GC (RISC-V 64-bit with general-purpose and compressed-instruction extensions)
This commit is contained in:
parent
3bebbcacdb
commit
474d0f58f5
7 changed files with 25 additions and 4 deletions
|
|
@ -1,4 +1,6 @@
|
|||
def can_build(env, platform):
|
||||
if env["arch"].startswith("rv"):
|
||||
return False
|
||||
return env.module_check_dependencies("theora", ["ogg", "vorbis"])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue