Typo fix (extra s)

This commit is contained in:
James Crook 2017-07-23 14:25:44 +01:00
parent c6fef0a46a
commit 7156479d11
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ The root command is often sudo on GNU/Linux, for example 'sudo make install'.
Then to compile and install Audacity:
./configure CXXFLAGS="-std=gnu++11" -with-lib-preferences="local system"
./configure CXXFLAGS="-std=gnu++11" -with-lib-preference="local system"
make
make install # as root