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

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pheas:src/hedge
  • Loading branch information
inducer committed Oct 17, 2015
2 parents c7fa129 + 27f43ca commit be9da3c
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 be9da3c

Please sign in to comment.