mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-19 21:43:27 +00:00
Fix building on CYGWIN
This commit is contained in:
parent
5a18d4582f
commit
155ac54633
@ -9,7 +9,7 @@
|
||||
#include "buildvm.h"
|
||||
#include "lj_bc.h"
|
||||
|
||||
#if LJ_TARGET_WINDOWS
|
||||
#if defined(LJ_TARGET_WINDOWS) || defined(LJ_TARGET_CYGWIN)
|
||||
|
||||
/* Context for PE object emitter. */
|
||||
static char *strtab;
|
||||
|
Loading…
Reference in New Issue
Block a user