Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Hedge: Py3 setup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Oct 17, 2015
1 parent 85e1f50 commit 27f43ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -165,7 +165,7 @@ def handle_component(comp):
include_dirs=INCLUDE_DIRS + EXTRA_INCLUDE_DIRS,
library_dirs=LIBRARY_DIRS + EXTRA_LIBRARY_DIRS,
libraries=LIBRARIES + EXTRA_LIBRARIES,
define_macros=list(EXTRA_DEFINES.iteritems()),
define_macros=list(EXTRA_DEFINES.items()),
extra_compile_args=conf["CXXFLAGS"],
extra_link_args=conf["LDFLAGS"],
),
Expand Down

0 comments on commit 27f43ca

Please sign in to comment.