Skip to content

Commit

Permalink
fixup! fixup! Option to disable lua linking in shared libraries. Spec…
Browse files Browse the repository at this point in the history
…ial case for building embedded SILE.
  • Loading branch information
alerque committed Nov 2, 2023
1 parent 080bf1f commit 32f6380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justenough/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ compat_5_3_la_LDFLAGS = $(AM_LDFLAGS)
compat_5_3_la_CFLAGS = $(AM_CFLAGS) $(LUA_INCLUDE)
compat_5_3_la_LIBADD = $(MY_LUA_LIB)

# COMPAT53_CFLAGS = -I. -l:compat-5.3.a
COMPAT53_CFLAGS = -I .libs -l:compat-5.3.a
COMPAT53_LIBADD = ./compat-5.3.la

pkglib_LTLIBRARIES += justenoughharfbuzz.la
Expand All @@ -42,7 +42,7 @@ if APPKIT
pkglib_LTLIBRARIES += macfonts.la
macfonts_la_SOURCES = macfonts.m compat-5.3.h
macfonts_la_LDFLAGS = $(AM_LDFLAGS)
macfonts_la_OBJCFLAGS = -U VERSION $(HARFBUZZ_CFLAGS) $(LUA_INCLUDE) -fmodules $(COMPAT53_CFLAGS)
macfonts_la_OBJCFLAGS = -U VERSION $(HARFBUZZ_CFLAGS) $(LUA_INCLUDE) -fmodules $(COMPAT53_CFLAGS)
macfonts_la_LIBADD = $(HARFBUZZ_LIBS) $(MY_LUA_LIB) $(COMPAT53_LIBADD)
endif

Expand Down

0 comments on commit 32f6380

Please sign in to comment.