mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-04-27 07:10:59 -07:00
create missing directory; typo;
This commit is contained in:
parent
cf0879d854
commit
ec897b8ca5
2 changed files with 8 additions and 6 deletions
|
|
@ -69,5 +69,5 @@ file (first line); then do:
|
|||
Finally copy the libs over to the **EQL-iOS** installation:
|
||||
|
||||
```
|
||||
$ cp ios-libbs/lib* ~/EQL5-iOS/lib/
|
||||
$ cp ios-libs/lib* ~/EQL5-iOS/lib/
|
||||
```
|
||||
|
|
|
|||
|
|
@ -17,11 +17,13 @@
|
|||
(compile-file (format nil "lisp/~A.lisp" file)
|
||||
:system-p t))
|
||||
|
||||
(c:build-static-library "ios-libs/ini_eql5"
|
||||
:lisp-files (mapcar (lambda (file)
|
||||
(format nil "lisp/~A.o" file))
|
||||
*lisp-files*)
|
||||
:init-name "ini_EQL")
|
||||
(let ((lib-name "ios-libs/ini_eql5"))
|
||||
(ensure-directories-exist lib-name)
|
||||
(c:build-static-library lib-name
|
||||
:lisp-files (mapcar (lambda (file)
|
||||
(format nil "lisp/~A.o" file))
|
||||
*lisp-files*)
|
||||
:init-name "ini_EQL"))
|
||||
|
||||
;; for eql5.pro (doesn't create directories)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue