You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Switch from using deprecated Options class to Variables
This commit is contained in:
@@ -88,7 +88,7 @@ if profile:
|
||||
elif os.path.isfile(profile+".py"):
|
||||
customs.append(profile+".py")
|
||||
|
||||
opts=Options(customs, ARGUMENTS)
|
||||
opts=Variables(customs, ARGUMENTS)
|
||||
opts.Add('target', 'Compile Target (debug/profile/release).', "debug")
|
||||
opts.Add('platform','Platform: '+str(platform_list)+'(sfml).',"")
|
||||
opts.Add('python','Build Python Support: (yes/no)','no')
|
||||
|
||||
Reference in New Issue
Block a user