Skip to content

Commit

Permalink
fdpp.pc: drop rpath
Browse files Browse the repository at this point in the history
It can be evaluated by the caller.
No need to specify it explicitly.
buildroot doesn't support rpath via pkg-config.
  • Loading branch information
stsp committed Oct 30, 2023
1 parent 3686f0e commit 288660a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fdpp/fdpp.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ prefix=@PREFIX@
libdir=@LIBDIR@
includedir=@INCLUDEDIR@
fdpplibdir=${libdir}/fdpp
fdpprlibdir=@LIBDIR@/fdpp
fdppincdir=${includedir}/fdpp

Name: fdpp
Description: 64-bit DOS core
Version: @VERSION@
Libs: -Wl,-rpath,${fdpprlibdir} -L${fdpplibdir} -lfdpp
Libs: -L${fdpplibdir} -lfdpp
Cflags: -I${includedir}

0 comments on commit 288660a

Please sign in to comment.