From cf4955772b6d6b0a5082c743937bd961581fe8d5 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Thu, 2 Mar 2017 19:31:10 +0200 Subject: [PATCH] Fixes the steps for the build on windows --- appveyor-vult.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor-vult.sh b/appveyor-vult.sh index 53e58fcf..12d9c73a 100644 --- a/appveyor-vult.sh +++ b/appveyor-vult.sh @@ -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