mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Added some info about the branches in the GDNative repositories
This commit is contained in:
@@ -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)])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user