mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 20:36:53 +01:00
Make the app SConstruct script callable from an app's directory.
This commit is contained in:
parent
4ad19be921
commit
a1f38265cc
@ -32,6 +32,9 @@ import traceback
|
||||
|
||||
import module_config
|
||||
|
||||
# If you want to use this script directly from a project directory remove this line:
|
||||
os.chdir(os.path.abspath(os.getcwd() + "/../../../"))
|
||||
|
||||
repository_index = 0
|
||||
module_clone_path = '/modules/'
|
||||
clone_command = 'git clone {0} {1}'
|
||||
|
Loading…
Reference in New Issue
Block a user