Followed all the instructions I could find on the web. Getting the following when trying "make" on the YYC....
bighitter@raspberrypi:~/GameMakerStudio2/yyc/Buckle_Berry_Ferry $ make
mkdir -p out
clang -std=c++14 -O3 -Wno-deprecated-writable-strings -I Game -include-pch out/pch.hpp.pch -lcurl -Wl,-s -I . -o Buckle_Berry_Ferry out/*.o -DYYLLVM libyoyo_yyc-arm64.a /usr/lib/aarch64-linux-gnu/libstdc++.so.6 /usr/lib/aarch64-linux-gnu/libz.so /usr/lib/aarch64-linux-gnu/libXxf86vm.so...
No such file or directory when making YYC for rasbian PI 4
bighitter@raspberrypi:~/GameMakerStudio2/yyc/Buckle_Berry_Ferry $ make
mkdir -p out
clang -std=c++14 -O3 -Wno-deprecated-writable-strings -I Game -include-pch out/pch.hpp.pch -lcurl -Wl,-s -I . -o Buckle_Berry_Ferry out/*.o -DYYLLVM libyoyo_yyc-arm64.a /usr/lib/aarch64-linux-gnu/libstdc++.so.6 /usr/lib/aarch64-linux-gnu/libz.so /usr/lib/aarch64-linux-gnu/libXxf86vm.so...
No such file or directory when making YYC for rasbian PI 4