poryscript icon indicating copy to clipboard operation
poryscript copied to clipboard

TOOLSDIRS variable is missing tools/poryscript in Makefile

Open ChangedUser opened this issue 2 years ago • 0 comments

Additionally to the Makefile changes that have been written down in the Usage Section, a necessary change of the TOOLSDIRS variable has been omitted.

-TOOLDIRS := $(filter-out tools/agbcc tools/binutils,$(wildcard tools/*)) +TOOLDIRS := $(filter-out tools/agbcc tools/binutils tools/poryscript,$(wildcard tools/*))

ChangedUser avatar Jan 11 '24 00:01 ChangedUser