mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
To avoid the build error grep.c:(.text+0xa02): undefined reference to `pcre_jit_exec' we need to add NO_LIBPCRE1_JIT=1 according to https://www.spinics.net/lists/git/msg314515.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>