Kaydet (Commit) 2208e85c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

It's OS X, not OSX

Change-Id: Id7cd032a8fd24d57e02d1a94e4bebccc56904609
üst 0f0f0d8c
......@@ -29,7 +29,7 @@ export CPPUNITTRACE="\"[full path to devenv.exe]\" /debugexe" # for interactive
EOF
elif [ "$3" = "MACOSX" ]; then
cat << EOF
export CPPUNITTRACE="lldb --" # for interactive debugging on OSX
export CPPUNITTRACE="lldb --" # for interactive debugging on OS X
EOF
else
cat << EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment