Open guy-bartkus opened 3 years ago
I've found that the PLATFORM
variable is Desktop
for some reason in vendor/raylib/src/CMakeLists.txt
instead of Raspberry Pi
. For now I've manually edited the CMakeLists.txt
to force it to run the code in the Raspberry Pi
elseif block, and it seems to have mostly worked. It passes all tests except for cli 1) should execute on a script
and 2) should display the help
.
Surprised that platform gets messed up. Good find :+1:
There have been some changes in the cmake since 3.5.0, so this is due for an upgrade to raylib 3.7
This could possibly be related to https://github.com/RobLoach/node-raylib/issues/87#issuecomment-849488475.
Following instructions from this.
Board: RPI Zero W OS: Raspbian Buster Lite CMake Version: 3.20.2 Node Version: 10.16.3 NPM Version: 6.9.0
Any ideas what I'm doing wrong? Thanks.