Skip to content

Commit

Permalink
Fixes the steps for the build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
modlfo committed Mar 2, 2017
1 parent f3d1780 commit cf49557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor-vult.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ git clone https://github.com/modlfo/ollvm.git
cd ollvm
./configure
make
cd src/ollvm
make install
cd ..
cd ../../../
rm -rf ollvm
cd $APPVEYOR_BUILD_FOLDER
ls
Expand Down

0 comments on commit cf49557

Please sign in to comment.