mirror of
https://github.com/imprudence/imprudence.git
synced 2026-08-14 09:02:35 +00:00
Auto detect if ionice can be used.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
PWD=`pwd`
|
||||
os_extra=''
|
||||
ionice='ionice -c 3'
|
||||
|
||||
if [ -z "$(which ionice)" ]; then ionice=''; fi
|
||||
|
||||
# Where the sources of the client will be held (defaults to "./linden"):
|
||||
PATH_TO_SOURCES="$PWD/../.."
|
||||
@@ -73,7 +73,6 @@ ALLOW_WARNINGS="yes"
|
||||
# Change it all for cygwin.
|
||||
if [[ "$OSTYPE" =~ ^cygwin ]] ; then
|
||||
os_extra='-G nmake'
|
||||
ionice=''
|
||||
USE_SYSTEM_LIBSTDC="no"
|
||||
TUNE_FLAGS="/EHsc /GR /Zm1000 /DWIN32 /D_WINDOWS "
|
||||
FORCE_VECTORIZE="no"
|
||||
|
||||
Reference in New Issue
Block a user