1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-07 17:32:45 -04:00
This commit is contained in:
Alex Kotov 2022-01-31 19:36:19 +05:00
parent 915a86af28
commit ed3855a081
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -4,6 +4,9 @@ require 'mkmf'
$CFLAGS += ' -pedantic -Wall -Wextra'
# FIXME: temporary hack to fix FreeBSD build
$CPPFLAGS += ' -I/usr/local/include'
raise 'libkernaux not found' unless have_library 'kernaux'
raise 'kernaux_assert_do not found' unless have_func 'kernaux_assert_do'