mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
fix for SailfishOS
This commit is contained in:
parent
b07152d7d4
commit
696dba743c
1 changed files with 1 additions and 4 deletions
|
|
@ -7,10 +7,7 @@
|
||||||
(list "/ecl-android" "/ecl-ios")
|
(list "/ecl-android" "/ecl-ios")
|
||||||
(list :android :ios)))
|
(list :android :ios)))
|
||||||
|
|
||||||
(when (probe-file "/etc/sailfish-release")
|
#+(or android ios)
|
||||||
(pushnew :sailfish *features*))
|
|
||||||
|
|
||||||
#+(or android ios sailfish)
|
|
||||||
(pushnew :mobile *features*)
|
(pushnew :mobile *features*)
|
||||||
|
|
||||||
;;; compile ASDF system
|
;;; compile ASDF system
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue