Fix building on CYGWIN

This commit is contained in:
Christopher Ng 2023-09-11 10:56:11 +01:00
parent 5a18d4582f
commit 155ac54633

View File

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