Commit 1d91c24
committed
rockspec: fix propagating variables
The previous patch is not set LUA_INCLUDE_DIR when custom Lua
include directory is used. The patch fixes that. Also, rockspec
has missed variables CMAKE_LUA_LIBRARIES and CMAKE_LUA_INCLUDE_DIR.
The patch adds these variables.
Follows up the commit 2a58b8a
("rockspec: propagate CMake options").
Needed for google/oss-fuzz#146101 parent 2a58b8a commit 1d91c24
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments