Skip to content

Commit

Permalink
fixup! Rewrite buildsystem to use Makefile.gappkg
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 7, 2023
1 parent b1fd628 commit c63de8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ KEXT_CXXFLAGS += $(HPCOMBI_CXXFLAGS)
endif

ifdef WITH_INCLUDED_LIBSEMIGROUPS
KEXT_LDFLAGS += -Wl,-rpath -Wl,bin/lib
KEXT_LDFLAGS += -Wl,-rpath,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 c63de8f

Please sign in to comment.