Skip to content

Commit f27aecd

Browse files
committed
lua_shared.cpp
1 parent 482fcf8 commit f27aecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

section4/lua_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// g++ lua_shared.cpp -std=c++11 -shared -fPIC -o liblua_shared.so
44
// g++ lua_shared.cpp -std=c++14 -shared -fPIC -o liblua_shared.so
55

6-
#include <luajit-2.1/luajit.h>
6+
//#include <luajit-2.1/luajit.h>
77

88
extern "C" {
99

0 commit comments

Comments
 (0)