mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revision
This commit is contained in:
parent
f319450bc7
commit
7c9a9d2b53
1 changed files with 4 additions and 2 deletions
|
|
@ -85,10 +85,12 @@
|
|||
|
||||
(defvar *build-fasl-orig* (symbol-function 'c:build-fasl))
|
||||
|
||||
#+android
|
||||
(when (eql :fasl *build-type*)
|
||||
(setf c::*ld-libs* ""))
|
||||
|
||||
(defun c:build-fasl (file &rest args)
|
||||
(when (eql :fasl *build-type*)
|
||||
#+android
|
||||
(setf c::*ld-libs* "") ; prevent link error
|
||||
(apply *build-fasl-orig* file args))
|
||||
file)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue