godotengine / godotengine/godot-cpp
Default build produces godot-cpp.linux.debug.64, but demo example SConstruct is looking for godot-cpp.linux.64
Open
- Dominant language
- C++
- Stars
- 2.7k
- Forks
- 809
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 8
Description
I was following the tutorial and had a linker problem at the last build step
I built godot-cpp with ```scons platform=linux generate_bindings=yes use_custom_api_file=yes custom_api_file=../api.json```.
then
```
scons platform=linux
...
/bin/ld: cannot find -lgodot-cpp.linux.64
```
What I have:
```
godot-cpp/bin/libgodot-cpp.linux.debug.64.a
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.