mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
More build system reworking
This commit is contained in:
parent
75700ec3ed
commit
55d3fb7dc7
1 changed files with 1 additions and 1 deletions
2
embed.am
2
embed.am
|
@ -180,7 +180,7 @@ endif
|
|||
# add to cflags: -flto -fvisibility=hidden -fno-strict-aliasing
|
||||
|
||||
libwhippet_la_CPPFLAGS = $(WHIPPET_CPPFLAGS)
|
||||
libwhippet_la_CPPFLAGS += -DGC_EMBEDDER=\"../../$(srcdir)/$(WHIPPET_EMBEDDER_H)\"
|
||||
libwhippet_la_CPPFLAGS += -DGC_EMBEDDER=\"../../$(WHIPPET_EMBEDDER_H)\"
|
||||
libwhippet_la_CFLAGS = -Wall -Wno-unused $(CFLAGS) $(WHIPPET_IMPL_CFLAGS)
|
||||
libwhippet_la_LDFLAGS = -lpthread $(LDFLAGS) $(WHIPPET_LIBS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue