mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-09 06:30:32 -07:00
Fixed miscompilation in Mingw (Xiaofeng Yang)
This commit is contained in:
parent
10dea13a51
commit
533d0c3cd4
1 changed files with 2 additions and 1 deletions
|
|
@ -372,7 +372,8 @@
|
|||
#-(or cross stage1 msvc) "ecl2"
|
||||
:epilogue-code '@ECL_INIT_FORM@
|
||||
:lisp-files *module-symbols*
|
||||
:ld-flags #-msvc '("-L./") #+windows '("ecl.res" "/F 10485760"))
|
||||
:ld-flags
|
||||
(concatenate 'list #-msvc '("-L./") #+windows '("ecl.res" #+msvc "/F 10485760")))
|
||||
|
||||
(with-open-file (modules-list #P"build:MODULES" :direction :output
|
||||
:if-exists :supersede
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue