Skip to content

Commit

Permalink
upadted rock (image)
Browse files Browse the repository at this point in the history
  • Loading branch information
clementfarabet committed Oct 17, 2013
1 parent b1b3390 commit 4343e57
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions image-1.1.alpha-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ dependencies = {
build = {
type = "command",
build_command = [[
cmake -E make_directory build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
$(MAKE)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
]],
install_command = "cd build && $(MAKE) install"
}

0 comments on commit 4343e57

Please sign in to comment.