Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Fix install step
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Jun 15, 2018
1 parent 558eceb commit 83fc705
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ fi
make OS=${OS} CC="$CC" CXX="$CXX" FC="$FC" -j${nproc}
# Install it
mkdir -p $libdir $prefix/include
mv libopenspecfun*.${dlext}* $libdir/
make install OS=${OS} prefix=$prefix
"""

# These are the platforms we will build for by default, unless further
Expand Down

0 comments on commit 83fc705

Please sign in to comment.