Skip to content

Commit

Permalink
fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek committed Aug 2, 2023
1 parent 26471b4 commit b27f076
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ requirements:
- mpfr

build:
script: cp $SRC_DIR/hypercomplex/* $PREFIX/include

files:
- path: hypercomplex/
prefix: include
script: |
mkdir -p $PREFIX/include
cp $SRC_DIR/hypercomplex/* $PREFIX/include
about:
home: https://github.com/AngryMaciek/hypercomplex
Expand Down

0 comments on commit b27f076

Please sign in to comment.