pkg(brainfuck-2.7.3): Disable edit line and run correctly
This commit is contained in:
parent
ee25a2eefa
commit
8342a4db33
|
@ -9,7 +9,7 @@ git clone https://github.com/fabianishere/brainfuck.git
|
||||||
|
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
cmake ../brainfuck -DCMAKE_INSTALL_PREFIX=$PREFIX
|
cmake -DCMAKE_INSTALL_PREFIX=$PREFIX -DENABLE_EDITLINE=OFF ../brainfuck
|
||||||
|
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
make install -j$(nproc)
|
make install -j$(nproc)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Put instructions to run the runtime
|
# Put instructions to run the runtime
|
||||||
brainfuck-2.7.3 "$@"
|
brainfuck $1
|
||||||
|
|
Loading…
Reference in New Issue