Magisk/native/jni/external/pcre2_workaround.c

5 lines
230 B
C
Raw Normal View History

2021-11-23 03:46:52 +00:00
// Workaround pcre2_chartables.c symlink to pcre2_chartables.c.dist failing on Windows NDK if Cygwin git used,
// and NDK not directly accepting a .c.dist file in LOCAL_SRC_FILES list.
#include "pcre/src/pcre2_chartables.c.dist"