Fix Cygwin build.

Thanks to Christopher Ng. #1077 #1078
This commit is contained in:
Mike Pall 2023-09-11 13:10:17 +02:00
parent 5a18d4582f
commit b174d5e66d

View File

@ -9,7 +9,7 @@
#include "buildvm.h"
#include "lj_bc.h"
#if LJ_TARGET_WINDOWS
#if LJ_TARGET_WINDOWS || LJ_TARGET_CYGWIN
/* Context for PE object emitter. */
static char *strtab;