Skip to content

Instantly share code, notes, and snippets.

@njwilson23
Created February 24, 2015 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save njwilson23/1f8e6dd937d1c8236d52 to your computer and use it in GitHub Desktop.
Save njwilson23/1f8e6dd937d1c8236d52 to your computer and use it in GitHub Desktop.
issm python include
case "${host_os}" in
*cygwin*)
PYTHONINCL=-I$PYTHON_ROOT/include
;;
*linux*|*darwin*)
PYTHONINCL=-I$PYTHON_ROOT/include/python$PYTHON_VERSION
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment