We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd449c commit 537e46fCopy full SHA for 537e46f
Makefile
@@ -19,7 +19,7 @@ dev:
19
ifeq ($(UNAME),Darwin)
20
luarocks install --lua-dir=$(LUA_JIT_DIR) rockspec/jsonschema-master-0.rockspec --only-deps
21
else ifneq ($(LUAROCKS_VER),'luarocks 3.')
22
- luarocks install jsonschema-master-0.rockspec --only-deps
+ luarocks install rockspec/jsonschema-master-0.rockspec --only-deps
23
else
24
luarocks install --lua-dir=/usr/local/openresty/luajit jsonschema-master-0.rockspec --only-deps
25
endif
0 commit comments