mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +00:00
Well, I found what broke everything
This commit is contained in:
parent
1a7cdc5cea
commit
bab5a36d39
@ -239,8 +239,8 @@ no-hw \
|
|||||||
no-engines \
|
no-engines \
|
||||||
$CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1
|
$CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1
|
||||||
echo -n " compiling..."
|
echo -n " compiling..."
|
||||||
make depend -j $THREADS >> "$DIR/install.log" 2>&1
|
make depend >> "$DIR/install.log" 2>&1
|
||||||
make -j $THREADS >> "$DIR/install.log" 2>&1
|
make >> "$DIR/install.log" 2>&1
|
||||||
echo -n " installing..."
|
echo -n " installing..."
|
||||||
make install >> "$DIR/install.log" 2>&1
|
make install >> "$DIR/install.log" 2>&1
|
||||||
echo -n " cleaning..."
|
echo -n " cleaning..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user