Skip to content

Commit

Permalink
explicit LDFLAGS for unbutuu builds
Browse files Browse the repository at this point in the history
  • Loading branch information
whatdoineed2do/Ray committed Jan 26, 2024
1 parent c3339bc commit ddf7bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bin_PROGRAMS = diptych

diptych_CPPFLAGS =
diptych_CXXFLAGS = $(AM_CXXFLAGS)
#diptych_LDFLAGS =
diptych_LDFLAGS = $(AM_LDFLAGS)
#diptych_LDADD =
diptych_SOURCES = \
Frame.cc \
Expand Down

0 comments on commit ddf7bea

Please sign in to comment.