Ismail Masood Orakzai

Results 1 comments of Ismail Masood Orakzai

> following script fix it for me `brew install libffi` `ln -s $(brew --cellar libffi)/*/include/ffi.h /usr/local/include/ffi.h` `ln -s $(brew --cellar libffi)/*/include/ffitarget.h /usr/local/include/ffitarget.h` referred to this thread: [ffi/ffi#814 (comment)](https://github.com/ffi/ffi/issues/814#issuecomment-677655537) Solved my...