Added some info about the branches in the GDNative repositories

This commit is contained in:
Bastiaan Olij
2018-07-29 18:08:08 +10:00
parent 1497739bd2
commit cb8002aa0b
3 changed files with 40 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ elif platform == "windows":
final_lib_path = final_lib_path + 'win' + str(bits) + '/'
env.Append(CPPPATH=['.', 'src/', "godot_headers/", 'godot-cpp/include/', 'godot-cpp/include/core/'])
env.Append(CPPPATH=['.', 'src/', "godot-cpp/godot_headers/", 'godot-cpp/include/', 'godot-cpp/include/core/', 'godot-cpp/include/gen/'])
env.Append(LIBPATH="godot-cpp/bin")
env.Append(LIBS=["godot-cpp" + "." + platform + "." + str(bits)])