Skip to content

Commit

Permalink
Fixed prefixes
Browse files Browse the repository at this point in the history
/tmp/inst used everywhere..
  • Loading branch information
xfred81 authored Dec 27, 2018
1 parent c1f72c7 commit 4e35a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msys2/appveyor-build-ofx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ export MYSTEM

cp gengetopt_$MSYSTEM.exe /usr/bin/gengetopt.exe

export PATH=$PATH:/inst/bin
export PATH=$PATH:/tmp/inst/bin
cd ..
./autogen.sh
./configure --with-opensp-includes=/inst/include/OpenSP --with-opensp-libs=/inst/ --prefix=/tmp/inst
./configure --with-opensp-includes=/tmp/inst/include/OpenSP --with-opensp-libs=/tmp/inst/ --prefix=/tmp/inst
make -j 2
make install

Expand Down

0 comments on commit 4e35a7a

Please sign in to comment.