mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Fix various typos (#4383)
Found via `codespell -q 3 -S "*.pdf,*.slf,*.smf,*.ts,./deprecated,./contrib" -L ans,ded,nam,nd,parm,parms,serie `
This commit is contained in:
@@ -49,7 +49,7 @@ do
|
||||
done
|
||||
popd
|
||||
|
||||
# Final deployment to generate dmg (may take longer than 10' wihout output)
|
||||
# Final deployment to generate dmg (may take longer than 10' without output)
|
||||
python3.7 -m pip install travis-wait-improved
|
||||
/Library/Frameworks/Python.framework/Versions/3.7/bin/travis-wait-improved --timeout 20m /usr/local/opt/qt5/bin/macdeployqt GoldenCheetah.app -verbose=2 -fs=hfs+ -dmg
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ sed -i "" "s|\(DEFINES += GC_VIDEO_NONE.*\)|#\1 |" src/gcconfig.pri
|
||||
sed -i "" "s|#\(DEFINES += GC_VIDEO_VLC.*\)|\1 |" src/gcconfig.pri
|
||||
# Enable R embedding
|
||||
sed -i "" "s|#\(DEFINES += GC_WANT_R.*\)|\1 |" src/gcconfig.pri
|
||||
# Python (avoiding colision between GC Context.h and Python context.h)
|
||||
# Python (avoiding collision between GC Context.h and Python context.h)
|
||||
echo DEFINES += GC_WANT_PYTHON >> src/gcconfig.pri
|
||||
echo PYTHONINCLUDES = -ICore `python3.7-config --includes` >> src/gcconfig.pri
|
||||
echo PYTHONLIBS = `python3.7-config --ldflags` >> src/gcconfig.pri
|
||||
|
||||
Reference in New Issue
Block a user