mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
Respect LDFLAGS in test/cpp/Makefile
E.g. so libraries are found when using a third-party package manager.
This commit is contained in:
parent
d9ef073dfc
commit
6657a01d27
1 changed files with 1 additions and 1 deletions
|
|
@ -42,4 +42,4 @@ clean :
|
|||
|
||||
# Executable targets.
|
||||
%: %.cpp $(LIBXLSXWRITER)
|
||||
$(Q)$(CXX) -I$(INC_DIR) $(CXXFLAGS) $< -o $@ $(LIBS)
|
||||
$(Q)$(CXX) -I$(INC_DIR) $(CXXFLAGS) $(LDFLAGS) $< -o $@ $(LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue