Skip to content

Commit

Permalink
fix(utfcpp)
Browse files Browse the repository at this point in the history
 closes #7793
  • Loading branch information
jhheider committed Nov 3, 2024
1 parent 146f066 commit d1a5f8a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions projects/github.com/nemtrif/utfcpp/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:
dependencies:
cmake.org: '*'
darwin:
gnu.org/gcc: '*'
gnu.org/gcc: 13
working-directory: build
script:
- cmake .. $ARGS
Expand Down Expand Up @@ -43,11 +43,12 @@ build:
test:
dependencies:
cmake.org: '*'
gnu.org/gcc: '*'
gnu.org/sed: '*'
gnu.org/gcc: 13
gnu.org/make: '*'
script:
# currently, their builds are just broken :(
- run: sed -i.bak 's/PRIVATE utf8cpp/PRIVATE utf8cpp::utf8cpp/g' CMakeLists.txt
- run: sed -i 's/PRIVATE utf8cpp/PRIVATE utf8cpp::utf8cpp/g' CMakeLists.txt
if: '>=4'
- cmake . -DCMAKE_PREFIX_PATH:STRING="test" -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
- make
Expand Down

0 comments on commit d1a5f8a

Please sign in to comment.