Skip to content

Commit

Permalink
Typo in bt build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Young committed Apr 8, 2024
1 parent 2406fec commit 99cfce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bt
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ def installDependencies():
# export CPPFLAGS="-I/usr/local/opt/qt@5/include"
# export PKG_CONFIG_PATH="/usr/local/opt/qt@5/lib/pkgconfig"
#
with open("/Users/runner/.bash_profile". "a") as bashProfile:
with open("/Users/runner/.bash_profile", "a") as bashProfile:
bashProfile.write('export PATH="/usr/local/opt/qt@5/bin:$PATH"')
abortOnRunFail(subprocess.run(['export', 'LDFLAGS="-L/usr/local/opt/qt@5/lib"']))
abortOnRunFail(subprocess.run(['export', 'CPPFLAGS="-I/usr/local/opt/qt@5/include"']))
Expand Down

0 comments on commit 99cfce6

Please sign in to comment.