Skip to content

Instantly share code, notes, and snippets.

@reedobrien
Created July 30, 2010 22:25
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 reedobrien/501419 to your computer and use it in GitHub Desktop.
Save reedobrien/501419 to your computer and use it in GitHub Desktop.
[pyodbc-environment]
CFLAGS=${odbc:location}/include
LDFLAGS=${odbc:location}/lib
[pyodbc]
# This has to come after installation of parts: odbc
recipe = zc.recipe.egg:custom
egg = pyodbc==2.1.x
include-dirs = ${odbc:location}/include
library-dirs = ${odbc:location}/lib
rpath = ${odbc:location}/lib
environment = pyodbc-environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment