diff options
author | axtloss <axtlos@getcryst.al> | 2024-06-23 15:49:31 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-06-23 15:49:31 +0200 |
commit | 1d4b6499993050876a453a3f96e2428fdfd42610 (patch) | |
tree | 07166c6f59e639f582e910d43f928669c05bea36 /extlib.pc.in | |
parent | fa4666ae07fb7525aa8e84aacf906bc8cb398a6a (diff) | |
download | extlib-1d4b6499993050876a453a3f96e2428fdfd42610.tar.gz extlib-1d4b6499993050876a453a3f96e2428fdfd42610.tar.bz2 |
Make the makefile work on freebsd
Diffstat (limited to 'extlib.pc.in')
-rw-r--r-- | extlib.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extlib.pc.in b/extlib.pc.in index 07a763c..5b816f0 100644 --- a/extlib.pc.in +++ b/extlib.pc.in @@ -6,4 +6,4 @@ Name: extlib Description: extension for stdlib Version: 1.0.0 Libs: -L${libdir} -lextlib -Cflags: -I${includedir}/extlib +Cflags: -I${includedir} |