mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-10 10:12:24 +00:00
Revert previous change to keep installation memory safe and independent [skip ci]
This commit is contained in:
parent
955514c20f
commit
0f32f780a9
@ -335,8 +335,7 @@ sub build_linux_source {
|
|||||||
print "Building EQEmu Server code. This will take a while.";
|
print "Building EQEmu Server code. This will take a while.";
|
||||||
|
|
||||||
#::: Build
|
#::: Build
|
||||||
$processor_cores = `cat /proc/cpuinfo | grep -c ^processor /proc/cpuinfo`;
|
print `make`;
|
||||||
print `make -j$processor_cores`;
|
|
||||||
|
|
||||||
chdir ($current_directory);
|
chdir ($current_directory);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user