mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 15:22:03 -08:00
src/compile.lsp.in: removed unused statements that conflict with the real ones for building sb-bsd-sockets.
This commit is contained in:
parent
8685d8beb7
commit
c37757d262
1 changed files with 0 additions and 6 deletions
6
src/compile.lsp.in
Normal file → Executable file
6
src/compile.lsp.in
Normal file → Executable file
|
|
@ -200,12 +200,6 @@
|
|||
:builtin
|
||||
#+(or (NOT :WANTS-DLOPEN) :BUILTIN-SOCKETS) t
|
||||
#-(or (NOT :WANTS-DLOPEN) :BUILTIN-SOCKETS) nil)
|
||||
#+(and WANTS-SOCKETS WANTS-DLOPEN (not BUILTIN-SOCKETS))
|
||||
(build-module "sb-bsd-sockets"
|
||||
'("ext:sockets;sb-bsd-sockets.lisp")
|
||||
:dir "build:ext;"
|
||||
:prefix "EXT"
|
||||
:builtin nil)
|
||||
|
||||
#+WANTS-SERVE-EVENT
|
||||
(build-module "serve-event"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue