mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 07:10:34 -08:00
The Linux version still needs an additional include flag
This commit is contained in:
parent
de5351698b
commit
c8c69d474c
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
;;; with an already installed copy of ECL.
|
||||
;;;
|
||||
(setq c::*cc-flags*
|
||||
#-msvc "@CPPFLAGS@ @CFLAGS@ @ECL_CFLAGS@"
|
||||
#-msvc "@CPPFLAGS@ @CFLAGS@ @ECL_CFLAGS@ -I\"@true_srcdir@/c\""
|
||||
#+msvc "@CFLAGS@ @ECL_CFLAGS@"
|
||||
c::*ecl-include-directory* "@true_builddir@"
|
||||
c::*ecl-library-directory* "@true_builddir@")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue