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
696dba743c
commit
48a80bf5fb
8 changed files with 8 additions and 32 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*)
|
||||||
|
|
||||||
;;; copy Swank and ECL contrib files (mobile only)
|
;;; copy Swank and ECL contrib files (mobile only)
|
||||||
|
|
|
||||||
|
|
@ -6,10 +6,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*)
|
||||||
|
|
||||||
(require :asdf)
|
(require :asdf)
|
||||||
|
|
|
||||||
|
|
@ -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*)
|
||||||
|
|
||||||
;;; copy ECL '*.doc' and 'encodings/' (mobile only)
|
;;; copy ECL '*.doc' and 'encodings/' (mobile only)
|
||||||
|
|
|
||||||
|
|
@ -9,10 +9,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*)
|
||||||
|
|
||||||
;;; copy Swank and ECL contrib files (mobile only)
|
;;; copy Swank and ECL contrib files (mobile only)
|
||||||
|
|
|
||||||
|
|
@ -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*)
|
||||||
|
|
||||||
;;; copy Swank and ECL contrib files (mobile only)
|
;;; copy Swank and ECL contrib files (mobile only)
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,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*)
|
||||||
|
|
||||||
;;; copy Swank and ECL contrib files (mobile only)
|
;;; copy Swank and ECL contrib files (mobile only)
|
||||||
|
|
|
||||||
|
|
@ -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*)
|
||||||
|
|
||||||
;;; copy Swank and ECL contrib files (mobile only)
|
;;; copy Swank and ECL contrib files (mobile only)
|
||||||
|
|
|
||||||
|
|
@ -6,10 +6,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*)
|
||||||
|
|
||||||
(require :asdf)
|
(require :asdf)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue