Explorar o código

Switch from using deprecated Options class to Variables

C4NCER %!s(int64=11) %!d(string=hai) anos
pai
achega
942f14747b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SConstruct

+ 1 - 1
SConstruct

@@ -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')