mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revisions
This commit is contained in:
parent
586bf5b320
commit
ec50516ada
9 changed files with 17 additions and 16 deletions
|
|
@ -98,8 +98,8 @@
|
|||
#+msvc "lib"
|
||||
#-msvc "a"))
|
||||
#+mobile (cc *library-path* "app--all-systems.a"))
|
||||
(to #+msvc "app.lib"
|
||||
#-msvc "libapp.a")
|
||||
(to #-msvc "libapp.a"
|
||||
#+msvc "app.lib")
|
||||
(to* #-mobile (cc *current* "build/tmp/" to)
|
||||
#+mobile (cc *library-path* to)))
|
||||
(when (probe-file to*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue