Skip to content

Commit

Permalink
build: try fix gap pkg distro
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Sep 19, 2023
1 parent bc45684 commit d90295f
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,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 d90295f

Please sign in to comment.