mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
prevent android path problem (32bit)
This commit is contained in:
parent
4356519aa6
commit
5d0982182b
7 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
|||
(mapc (lambda (name feature)
|
||||
(when (search name arg)
|
||||
(pushnew feature *features*)))
|
||||
(list "/ecl-android/" "/ecl-ios/")
|
||||
(list "/ecl-android" "/ecl-ios")
|
||||
(list :android :ios)))
|
||||
|
||||
#+(or android ios)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue