Correct paths to host program listing and build script in USC

This commit is contained in:
John Lorentzson 2025-07-24 15:29:08 +02:00
parent ec867b25d3
commit 2206b1f864

View file

@ -68,8 +68,8 @@
(parse-asm-declaration main-text)
(list name address declaration)))))
(defparameter *program-listing-filepath* #P"../../wip-hugo/program.lst")
(defparameter *program-build-filepath* #P"../../wip-hugo/build.sh")
(defparameter *program-listing-filepath* #P"../host/build/program.lst")
(defparameter *program-build-filepath* #P"../host/build.sh")
(defun check-for-asm-build-script ()
(do ((path *program-build-filepath*))