Merge branch 'enable-rustpython' into 'master'

Enable the RustPython recipe again for x86-64

See merge request redox-os/redox!1595
This commit is contained in:
Jeremy Soller 2025-06-27 07:07:28 -06:00
commit 0beef41874
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ orbdata = {}
orbital = {}
orbutils = {}
pop-icon-theme = {}
# rustpython = {} #TODO ensure RustPython builds with our toolchain
rustpython = {}
shared-mime-info = {}
patchelf = {}

View File

@ -169,7 +169,7 @@ rs-nes = {}
rust64 = {}
#rust-cairo = {} # linking errors
#rust-cairo-demo = {} # linking errors
#rustpython = {} # does not compile
rustpython = {}
rustual-boy = {}
#schismtracker = {} # uses system includes
scummvm = {}