diff options
Diffstat (limited to 'tlconfig.lua')
| -rw-r--r-- | tlconfig.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tlconfig.lua b/tlconfig.lua index 342d167b..2d89ea23 100644 --- a/tlconfig.lua +++ b/tlconfig.lua | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | return { | 1 | return { |
| 2 | build_dir = "build", | 2 | build_dir = "build", |
| 3 | source_dir = "src", | 3 | source_dir = "src", |
| 4 | include_dir = { "src", "types" }, | 4 | include_dir = { "src", "types", "vendor" }, |
| 5 | gen_target = "5.1", | 5 | gen_target = "5.1", |
| 6 | } | 6 | } |
