mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 13:12:42 +00:00
parent
18c09acf9f
commit
f938793e78
@ -23,7 +23,7 @@ platform_exporters=[]
|
||||
global_defaults=[]
|
||||
|
||||
for x in glob.glob("platform/*"):
|
||||
if (not os.path.isdir(x)):
|
||||
if (not os.path.isdir(x) or not os.path.exists(x+"/detect.py")):
|
||||
continue
|
||||
tmppath="./"+x
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user