We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482fcf8 commit f27aecdCopy full SHA for f27aecd
1 file changed
section4/lua_shared.cpp
@@ -3,7 +3,7 @@
3
// g++ lua_shared.cpp -std=c++11 -shared -fPIC -o liblua_shared.so
4
// g++ lua_shared.cpp -std=c++14 -shared -fPIC -o liblua_shared.so
5
6
-#include <luajit-2.1/luajit.h>
+//#include <luajit-2.1/luajit.h>
7
8
extern "C" {
9
0 commit comments