allegro: fix cmake options

This commit is contained in:
Danny Rawlins 2010-11-05 00:45:08 +11:00
parent df8dda8c0d
commit 6ac6eb1f37

View File

@ -14,7 +14,7 @@ build() {
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
CMAKE_BUILD_TYPE=Release .
-DCMAKE_BUILD_TYPE=Release .
make
make DESTDIR=$PKG install