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 3860a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ bin_PROGRAMS = diptych

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

0 comments on commit 3860a46

Please sign in to comment.