Skip to content

Commit

Permalink
remove third party dir from rules
Browse files Browse the repository at this point in the history
  • Loading branch information
0u812 committed Feb 15, 2017
1 parent e1d1b16 commit 9fb1479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/deb/libroadrunner/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ CFLAGS = -Wno-error
CPPFLAGS = -Wno-error
CXXFLAGS = -Wno-error

DEB_CMAKE_NORMAL_ARGS += -DLLVM_CONFIG_EXECUTABLE=/usr/lib/llvm-3.5/bin/llvm-config -DTHIRD_PARTY_INSTALL_FOLDER=/home/user/devel/install/roadrunner-deps -DBUILD_PYTHON=TRUE
DEB_CMAKE_NORMAL_ARGS += -DLLVM_CONFIG_EXECUTABLE=/usr/lib/llvm-3.5/bin/llvm-config -DTHIRD_PARTY_INSTALL_FOLDER=/usr -DBUILD_PYTHON=TRUE

0 comments on commit 9fb1479

Please sign in to comment.