File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
LUA ?= lua5.1
2
2
LUA_VERSION = $(shell $(LUA ) -e 'print(_VERSION:match("% d% .% d") )')
3
3
LUAROCKS = luarocks-$(LUA_VERSION )
4
- LUA_PATH_MAKE = $(shell $(LUAROCKS ) path --lr-path) ;./?.lua;./?/init.lua
5
- LUA_CPATH_MAKE = $(shell $(LUAROCKS ) path --lr-cpath) ;./?.so
4
+ LUA_PATH_MAKE = $(shell $(LUAROCKS ) path --lr-path) ;./?.lua;./?/init.lua; $( LUA_PATH )
5
+ LUA_CPATH_MAKE = $(shell $(LUAROCKS ) path --lr-cpath) ;./?.so; $( LUA_CPATH )
6
6
7
7
.PHONY : test local compile compile_system watch lint count show
8
8
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ if opts.watch then
163
163
end
164
164
165
165
for fname in protected do
166
- local target = path_to_target (fname , opts .t )
166
+ local target = path_to_target (fname , opts .output_to )
167
167
168
168
if opts .o then
169
169
target = opts .o
You can’t perform that action at this time.
0 commit comments