You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
nathanfranke
changed the title
Relative paths to GDExtension libraries are "out-of-project"
Relative paths to GDExtension libraries are "out-of-project" when exporting
Jul 20, 2022
Godot version
v4.0.alpha.custom_build [7378dc6]
System information
Arch on 5.18.11-arch1-1
Issue description
I have local paths in my gdextension libraries (so does the official demo):
However when I export, it prints
Skipping export of out-of-project library bin/libgdextension.linux.debug.x86_64.so
Only
begins_with("res://")
is checked.https://github.com/godotengine/godot/blob/master/editor/plugins/gdextension_export_plugin.h#L74-L77
https://github.com/godotengine/godot/blob/master/editor/plugins/gdextension_export_plugin.h#L133-L136
Steps to reproduce
Minimal reproduction project
https://github.com/godotengine/godot-cpp/tree/master/test
https://github.com/nathanfranke/gdextension
The text was updated successfully, but these errors were encountered: