mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-25 14:00:36 -08:00
remove obsolete 'local-assets/' (iOS)
This commit is contained in:
parent
9271cdc13a
commit
df4f72e2a9
3 changed files with 2 additions and 11 deletions
|
|
@ -263,9 +263,6 @@
|
|||
(defvar *assets* #+android "assets:/lib/"
|
||||
#+ios "assets/")
|
||||
|
||||
#+ios
|
||||
(defvar *local-assets* "local-assets/")
|
||||
|
||||
#+ios
|
||||
(progn
|
||||
;; adapt paths to iOS specific values
|
||||
|
|
@ -339,12 +336,8 @@
|
|||
(when (or (not ini)
|
||||
(not (probe-file (merge-pathnames "encodings/"))))
|
||||
#+ios
|
||||
(flet ((dir (assets)
|
||||
(namestring (merge-pathnames assets *bundle-root*))))
|
||||
(let ((assets (dir *assets*))
|
||||
(local-assets (dir *local-assets*)))
|
||||
(copy-asset-files assets assets)
|
||||
(copy-asset-files local-assets local-assets)))
|
||||
(let ((assets (namestring (merge-pathnames *assets* *bundle-root*))))
|
||||
(copy-asset-files assets assets))
|
||||
#+android
|
||||
(copy-asset-files))
|
||||
#-mobile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue