Skip to content

Commit

Permalink
fix(libiconv)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Dec 16, 2024
1 parent 309a601 commit 6ffa563
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions projects/gnu.org/libiconv/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ versions:
- /libiconv-/
- /.tar.gz/

dependencies:
linux:
gnu.org/gcc/libstdcxx: 14

build:
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }}
make install
script:
- ./configure $ARGS
- make --jobs {{ hw.concurrency }}
- make install
env:
ARGS:
- --prefix="{{prefix}}"
Expand All @@ -26,6 +30,5 @@ provides:
- bin/iconv

test:
script: |
g++ -std=c++11 test.cc -liconv
./a.out
- g++ -std=c++11 test.cc -liconv
- ./a.out

0 comments on commit 6ffa563

Please sign in to comment.