X-Git-Url: http://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/4f3e19a6298267a8675de26e3e3e16afa97cf6a1..afc0149dd2e0393d529c5322f25396039872f787:/tests/libs.at diff --git a/tests/libs.at b/tests/libs.at index 8689c38..c57f680 100644 --- a/tests/libs.at +++ b/tests/libs.at @@ -1,4 +1,4 @@ -dnl Copyright © 2019 Nick Bowler +dnl Copyright © 2019-2020, 2022 Nick Bowler dnl dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2. dnl This is free software: you are free to do what the fuck you want to. @@ -21,6 +21,7 @@ do case \$arg in --cflags) cflags=]$1[;; --libs) libs=]$2[;; + --atleast-pkgconfig-version) exit;; esac done printf '%s %s\n' "\$cflags" "\$libs"