File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ cd audio
6363git submodule update --init --recursive
6464python setup.py develop
6565# or, for OSX
66- # MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py develop
66+ # CC=clang CXX=clang++ python setup.py develop
6767```
6868
6969Some environmnet variables that change the build behavior
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ The build process also builds the RNN transducer loss. This functionality can be
6464python setup.py install
6565
6666# OSX
67- MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install
67+ CC=clang CXX=clang++ python setup.py install
6868
6969# Windows
7070# We need to use the MSVC x64 toolset for compilation, with Visual Studio's vcvarsall.bat or directly with vcvars64.bat.
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ setup_build_version() {
141141# Set some useful variables for OS X, if applicable
142142setup_macos () {
143143 if [[ " $( uname) " == Darwin ]]; then
144- export MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++
144+ export CC=clang CXX=clang++
145145 fi
146146}
147147
You can’t perform that action at this time.
0 commit comments