Skip to content

Commit

Permalink
Update dicey to 0.3.3 (#50774)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch authored Sep 19, 2024
1 parent d1d0fb9 commit d1aafe5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 324 deletions.
6 changes: 2 additions & 4 deletions recipes/dicey/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/sh
#!/bin/bash

make all CXX=$CXX CXXFLAGS="-D__STDC_FORMAT_MACROS -I${SRC_DIR}/src/sdslLite/include -L${SRC_DIR}/src/sdslLite/lib -I${PREFIX}/include -L${PREFIX}/lib -Isrc/jlib/ -std=c++14"
mkdir -p $PREFIX/bin
cp src/dicey $PREFIX/bin
CXXFLAGS="${CXXFLAGS} -D__STDC_FORMAT_MACROS -I${SRC_DIR}/src/sdslLite/include -L${SRC_DIR}/src/sdslLite/lib -I${PREFIX}/include -L${PREFIX}/lib -Isrc/jlib/ -std=c++17" make -j${CPU_COUNT} CXX="${CXX}" prefix="${PREFIX}" install
104 changes: 0 additions & 104 deletions recipes/dicey/build_failure.linux-64.yaml

This file was deleted.

Loading

0 comments on commit d1aafe5

Please sign in to comment.