Closed 4ndrej closed 2 months ago
The $(OS) is used in makefile to detect operating system. On my Fedora linux it's undefined which makes final zipping to ../../bin/GTE_${OS}.zip fail.
$(OS)
../../bin/GTE_${OS}.zip
Closing as this has been resolved by the linked PR
The
$(OS)
is used in makefile to detect operating system. On my Fedora linux it's undefined which makes final zipping to../../bin/GTE_${OS}.zip
fail.