Skip to content

Commit

Permalink
Merge pull request #7 from borisfom/master
Browse files Browse the repository at this point in the history
Removing assumption of Lua install directory
  • Loading branch information
soumith committed Apr 15, 2016
2 parents eea341f + ac885e6 commit 8d2b8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-1.1-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ dependencies = {

build = {
type = "command",
build_command = [[cmake -E make_directory build && cd build && cmake .. -DLUALIB=$(LUALIB) -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)]],
build_command = [[cmake -E make_directory build && cd build && cmake .. -DLUALIB=$(LUALIB) -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)]],
install_command = "cd build && $(MAKE) install"
}

0 comments on commit 8d2b8fa

Please sign in to comment.