knights-lab / UTree

K-mer searching with trees
GNU Affero General Public License v3.0
4 stars 1 forks source link

Check if linux and if so, add -static. Check if Mac and if so, add -static-libgcc #2

Open GabeAl opened 7 years ago

GabeAl commented 7 years ago

Here's how to check if Linux:

if $(uname -a | grep -c Linux)