Error compiling in Windows
Thibb1 opened this issue · 1 comments
Thibb1 commented
scons: Reading SConscript files ...
File "./modules/GodotGoogleService\config.py", line 65
env.android_add_dependency(implement("com.google.firebase:firebase-invites:16.1.0"))
^
TabError: inconsistent use of tabs and spaces in indentation
Thibb1 commented
After fixing the first issue with spaces indention I got this new error showing up:
TypeError: can_build() takes 1 positional argument but 2 were given:
File "C:\Users\thiba\Desktop\Build Godot\godot\SConstruct", line 508:
if config.can_build(env, selected_platform):