Correct paths to host program listing and build script in USC
This commit is contained in:
parent
ec867b25d3
commit
2206b1f864
1 changed files with 2 additions and 2 deletions
|
@ -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*))
|
||||
|
|
Loading…
Add table
Reference in a new issue