mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-20 05:53:26 +00:00
Fix building on CYGWIN
This commit is contained in:
parent
5a18d4582f
commit
155ac54633
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user