aboutsummaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorMike Pall <mike>2023-09-11 13:10:17 +0200
committerMike Pall <mike>2023-09-11 13:10:17 +0200
commitb174d5e66d103515aa88b1ecaf1cc03fe5af5ea4 (patch)
tree2af4f41a071db3c4b1de74fd1349ef172f9e362a /src/host
parent5a18d4582ff3a22898e49a039c05ed7d5720999d (diff)
downloadluajit-b174d5e66d103515aa88b1ecaf1cc03fe5af5ea4.tar.gz
luajit-b174d5e66d103515aa88b1ecaf1cc03fe5af5ea4.tar.bz2
luajit-b174d5e66d103515aa88b1ecaf1cc03fe5af5ea4.zip
Fix Cygwin build.
Thanks to Christopher Ng. #1077 #1078
Diffstat (limited to 'src/host')
-rw-r--r--src/host/buildvm_peobj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/buildvm_peobj.c b/src/host/buildvm_peobj.c
index e3e1026e..fc3ef71a 100644
--- a/src/host/buildvm_peobj.c
+++ b/src/host/buildvm_peobj.c
@@ -9,7 +9,7 @@
9#include "buildvm.h" 9#include "buildvm.h"
10#include "lj_bc.h" 10#include "lj_bc.h"
11 11
12#if LJ_TARGET_WINDOWS 12#if LJ_TARGET_WINDOWS || LJ_TARGET_CYGWIN
13 13
14/* Context for PE object emitter. */ 14/* Context for PE object emitter. */
15static char *strtab; 15static char *strtab;