diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-21 17:03:54 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-21 17:03:54 +0800 |
| commit | 8ac556ab3d2afdbf0f418b5edabcacb0d0a9a412 (patch) | |
| tree | f6413759dc956c4e9e1b09e611ee9c4846a7c5a7 | |
| parent | facc8f98ce5417cba5bc02475f74869ed719c6e4 (diff) | |
Add missing exec_prefix
| -rw-r--r-- | shopify.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shopify.pc.in b/shopify.pc.in index 0f51563..345289d 100644 --- a/shopify.pc.in +++ b/shopify.pc.in @@ -1,4 +1,5 @@ prefix=@prefix@ +exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ |