Skip to content

Commit

Permalink
Runs after installer now that correct compiler is used
Browse files Browse the repository at this point in the history
  • Loading branch information
markummitchell-tu committed Oct 24, 2015
1 parent 53908d2 commit 7c19d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/build_msi
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cp $FROMICO ../bin
# option -fno-keep-inline-dllexport'
# 2) Running 'make -j 4' exhausts system resources which hangs the build
# 3) windeployqt builds the release files in the same directory as the executable
export PATH=/C/MinGW/bin:$PATH &&
export PATH=/C/QtOpenSource/Qt5.5.1/Tools/mingw492_32/bin:$PATH &&
echo "***Rebuilding release executable" &&
cd ../src &&
qmake engauge.pro &&
Expand Down

0 comments on commit 7c19d21

Please sign in to comment.