Commit 6c4c5ed
committed
rockspec: define directories with headers and lib
Sometimes one need to compile a luzer module with a non-system Lua
library and headers, for which the LUA_LIBRARIES and
LUA_INCLUDE_DIR CMake options are used. The patch adds variables
for the rockspec to set these options via environment variables:
LUA_LIBRARIES and LUA_INCLUDE_DIR.
Needed for google/oss-fuzz#146101 parent 7c46630 commit 6c4c5ed
2 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 | | |
20 | 27 | | |
21 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments