1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-31 22:41:32 +00:00
cc65/src/cl65
rofl0r 94e7b11870 cl65: fix regression in --print-target-path
since the "empty prefix means run from current dir" hack was removed,
cl65 --print-target-path no longer prints the path relative to the
binary, but the hardcoded library path which points to prefix, because
the code adds the hardcoded path first to the pathsearch, but then actually
only returns the first entry rather than looking whether the path exists.

closes #1754
2022-05-30 12:22:02 +00:00
..
error.c remove dangling spaces 2022-04-17 16:07:09 +02:00
error.h Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
global.c Normalized code. 2014-03-04 01:11:19 +01:00
global.h Normalized code. 2014-03-04 01:11:19 +01:00
main.c cl65: fix regression in --print-target-path 2022-05-30 12:22:02 +00:00
spawn-amiga.inc Fixed the " til " typos. 2015-09-06 12:25:00 -04:00
spawn-unix.inc Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00