Replies: 1 comment 2 replies
-
I'm working on this problem today. My idea is spinning up a docker container to build/compile in so it can be done on windows instead of linux. I'll report back if I'm successful with the steps/workflow I use. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're using https://github.com/abarichello/godot-ci which is using a Ubuntu image as base for exporting and deploying the Godot project.
Unfortunately it seems that using the extension on Linux is hard. I've checked all the libraries with
ldd
and everything checked out. But still it tries to open the.dll
files instead of the.so
files for Linux.Any help would be appreciated as it's a bit sad to kiss our pipelines goodbye for this extension.
Beta Was this translation helpful? Give feedback.
All reactions