prevent android path problem (32bit)

This commit is contained in:
pls.153 2022-09-05 15:05:57 +02:00
parent 4356519aa6
commit 5d0982182b
7 changed files with 7 additions and 7 deletions

View file

@ -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)