Replies: 3 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Try it again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried to use xrepo to use godot-cpp4 but it didn't work effectively, which will be unable to compile the official gdot-cpp example as listed:
and the xmake.lua as listed:
Additionally, I used godot-cpp on github to write xmake.lua by myself, but no matter whether I use
add_files("godot-cpp/bin/*.a")
or try to link Sconstruct file in godot-cpp directory, it didn't work successfully. The Godot could not use the ".a" file as listed:and the xmake.lua as listed:
Definitely, it is possible that I may be failed to write xmake.lua correctly. If possible, could anyone taught me how to wirte the file?
Beta Was this translation helpful? Give feedback.
All reactions