godotengine / godotengine/godot-cpp
3rd command in the compiling GDNative library for Linux section in the readme.md may have a grammatical error
Open
bug
- Dominant language
- C++
- Stars
- 2.7k
- Forks
- 809
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 8
Description
The command is:
`clang -o bin/libtest.so -shared src/init.os -Lgodot-cpp/bin -l`
In the current format, it throws an error as `-l` should be `-L`.
It could be something with my PC, so a confirmation would be appreciated!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.