mirror of https://github.com/axmolengine/axmol.git
commit
ea62fba423
2
setup.py
2
setup.py
|
@ -290,7 +290,7 @@ class SetEnvVar(object):
|
||||||
print(
|
print(
|
||||||
' ->Error: "%s" is not a valid path of %s. Ignoring it.' % (value, var_name))
|
' ->Error: "%s" is not a valid path of %s. Ignoring it.' % (value, var_name))
|
||||||
|
|
||||||
return retf
|
return ret
|
||||||
|
|
||||||
def _is_android_sdk_root_valid(self, android_sdk_root):
|
def _is_android_sdk_root_valid(self, android_sdk_root):
|
||||||
if not android_sdk_root:
|
if not android_sdk_root:
|
||||||
|
|
Loading…
Reference in New Issue