You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional comment: My changes are referring to version 1.30.3937. The second line specifically is targeted to the "isWireless"-function, which has to be disabled for FreeBSD.
In my recent tests, I found two small corrections which had to be done to successfully build for FreeBSD:
/usr/bin/sed -i -- 's/-Werror//g' Makefile
/usr/bin/sed -i -- '1320s/$/ && !defined(PLATFORM_FREEBSD)/' Os/Posix/Os.c
The text was updated successfully, but these errors were encountered: