mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-07 17:32:45 -04:00
Fix CI
This commit is contained in:
parent
915a86af28
commit
ed3855a081
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue