diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-04 14:33:19 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-04 14:33:19 +0530 |
| commit | 8433630d1f315d1b66e8dd8f914c1fb73dade9ae (patch) | |
| tree | 932409a1df27d0ea1d555bbf65b68d3bf73b6be1 /src | |
| parent | 96727d6e63ca927f3c7b68d4baa4fe672a4dcd0b (diff) | |
| download | null-browser-8433630d1f315d1b66e8dd8f914c1fb73dade9ae.tar.gz null-browser-8433630d1f315d1b66e8dd8f914c1fb73dade9ae.zip | |
Static link libuv and luajit + minor changes
Diffstat (limited to 'src')
| -rw-r--r-- | src/LuaRuntime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LuaRuntime.cpp b/src/LuaRuntime.cpp index f25b73b..1dc9a85 100644 --- a/src/LuaRuntime.cpp +++ b/src/LuaRuntime.cpp @@ -3,7 +3,7 @@ #include <QtCore> #include <lua.hpp> extern "C" { -#include <luv.h> +#include <luv/luv.h> } #include "AsyncEventLoop.hpp" |
