mirror of
https://github.com/RetroDECK/RetroQUEST.git
synced 2025-04-21 01:24:06 +00:00
6 lines
145 B
Python
6 lines
145 B
Python
# Crea un ambiente di compilazione
|
|
env = Environment()
|
|
|
|
# Aggiungi il percorso al file SCsub
|
|
SConscript('libretro_binding/SCsub', exports='env')
|