diff --git a/packages/lolcode/0.11.2/build.sh b/packages/lolcode/0.11.2/build.sh index 33ed9f8..72a9ea3 100755 --- a/packages/lolcode/0.11.2/build.sh +++ b/packages/lolcode/0.11.2/build.sh @@ -7,7 +7,9 @@ git clone https://github.com/justinmeza/lci.git lolcode cd lolcode # Building and installing lolcode -./install.py --prefix="$PREFIX" +cmake -DCMAKE_INSTALL_PREFIX:STRING="$PREFIX" . +make -j$(nproc) +make install -j$(nproc) # Cleaning up -cd ../ && rm -rf lolcode \ No newline at end of file +cd ../ && rm -rf lolcode