diff --git a/src/ffi.c b/src/ffi.c index 7f79caa3..11fd5bec 100644 --- a/src/ffi.c +++ b/src/ffi.c @@ -225,7 +225,7 @@ DEF_FREE(ffiFn) { dec(((BoundFn*)x)->obj); } #error "Only FFI=0 and FFI=2 are supported" #endif #if !__has_include() - #error " not found. Either install libffi, or add 'FFI=0' as a make argument to disable •FFI" + #error " not found. Either install libffi and pkg-config, or add 'FFI=0' as a make argument to disable •FFI" #endif #include #include