Skip to content

Commit 1a8a41e

Browse files
committed
修复lua55的编译问题
1 parent 973fd8a commit 1a8a41e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

3rd/lua55/lprefix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
#define l_randomizePivot(L) (~0)
6565

66-
#if defined(_MSC_VER) && !defined(__SANITIZE_ADDRESS__)
66+
#if defined(_MSC_VER) && defined(BEE_FAST_SETJMP) && !defined(__SANITIZE_ADDRESS__)
6767

6868
#include "../lua-patch/fast_setjmp.h"
6969

make.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
local lm = require "luamake"
22

3-
--lm.lua = "55"
4-
53
require "compile.common"
64

75
if lm.EXE == "lua" then

0 commit comments

Comments
 (0)