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 11LUA ?= lua5.1
22LUA_VERSION = $(shell $(LUA ) -e 'print(_VERSION:match("% d% .% d") )')
33LUAROCKS = 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 )
66
77.PHONY : test local compile compile_system watch lint count show
88
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ if opts.watch then
163163 end
164164
165165 for fname in protected do
166- local target = path_to_target (fname , opts .t )
166+ local target = path_to_target (fname , opts .output_to )
167167
168168 if opts .o then
169169 target = opts .o
You can’t perform that action at this time.
0 commit comments