diff options
Diffstat (limited to 'community/fillets-ng/lua-config')
-rw-r--r-- | community/fillets-ng/lua-config | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/community/fillets-ng/lua-config b/community/fillets-ng/lua-config deleted file mode 100644 index ef9b96b71..000000000 --- a/community/fillets-ng/lua-config +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -if [[ $1 == --include ]]; then - pkg-config --cflags lua5.1 - exit 0 -elif [[ $1 == --static ]]; then - pkg-config --libs lua5.1 -fi - -exit 1 |