Skip to content

Commit

Permalink
use -c in cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
dslarm committed Jan 13, 2025
1 parent 96d72da commit c00b407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/ngscheckmate/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ python $PREFIX/NGSCheckMate/vaf_ncm.py "\$@"
EOF

cd $PREFIX/NGSCheckMate/ngscheckmate_fastq-source
make COMPILER=${CC} CFLAGS="${CFLAGS}"
make COMPILER=${CC} CFLAGS="${CFLAGS} -c"
cd $PREFIX
ln -s $PREFIX/NGSCheckMate/ngscheckmate_fastq-source/ngscheckmate_fastq $PREFIX/bin/
cat << EOF > $PREFIX/bin/makesnvpattern.pl
Expand Down

0 comments on commit c00b407

Please sign in to comment.