Skip to content

Commit

Permalink
Use ${CXX}
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo authored Dec 23, 2024
1 parent c4bd7d6 commit 8f1cca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/pdb2fasta/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -euo

g++ -O3 pdb2fasta.cpp -o pdb2fasta -static
${CXX} -O3 pdb2fasta.cpp -o pdb2fasta -static
mv pdb2fasta ${PREFIX}/bin

0 comments on commit 8f1cca6

Please sign in to comment.