Skip to content

Commit

Permalink
Update GNUmakefile.in
Browse files Browse the repository at this point in the history
Co-authored-by: Max Horn <max@quendi.de>
  • Loading branch information
james-d-mitchell and fingolfin committed Sep 19, 2023
1 parent fa6047d commit f4ba4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ KEXT_CXXFLAGS += $(HPCOMBI_CXXFLAGS)
endif

ifdef WITH_INCLUDED_LIBSEMIGROUPS
KEXT_LDFLAGS += -Wl,-rpath,$PWD/bin/lib
KEXT_LDFLAGS += -Wl,-rpath,$(PWD)/bin/lib
# FIXME(later) all the include paths should point into bin/include/ and not to
# the sources, or otherwise we should stop make installing into bin
ifdef LIBSEMIGROUPS_HPCOMBI_ENABLED
Expand Down

0 comments on commit f4ba4f6

Please sign in to comment.