libtorrent_rasterbar: fix build

This commit is contained in:
Sergei Reznikov
2015-08-16 11:43:54 +03:00
parent 677c99a1e3
commit 7b283a3a88

View File

@@ -60,7 +60,7 @@ BUILD_PREREQUIRES="
BUILD()
{
# this CMake setup does not use GNUInstallDirs
cmake .
cmake -DCMAKE_INSTALL_PREFIX=$prefix
make $jobArgs
}