godotengine / godotengine/godot-cpp
Can't find compiled binding library on MacOS
Open
- Dominant language
- C++
- Stars
- 2.7k
- Forks
- 809
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 8
Description
`libgodot-cpp.osx.debug.64.a` was compiled to `godot-cpp/bin`
However if I run:
```
clang -o bin/libtest.so -shared src/init.os -Lgodot-cpp/bin -llibgodot-cpp.osx.debug.64.a
```
I get this error:
```
ld: library not found for -llibgodot-cpp.osx.debug.64.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.