Skip to content

Commit

Permalink
updated include paths for libev installed via homebrew (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndlarsen authored Jul 18, 2022
1 parent c0d8930 commit 0cbe60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
sources = SOURCE_FILES,
libraries = ['ev'],
include_dirs = ['http-parser', 'statsd-c-client', '/usr/include/libev',
'/opt/local/include', '/opt/homebrew/include'],
library_dirs = ['/opt/homebrew/lib/'],
'/opt/local/include', '/opt/homebrew/include', '/usr/local/include'],
library_dirs = ['/opt/homebrew/lib/', '/usr/local/lib'],
define_macros = compile_flags,
extra_compile_args = ['-std=c99', '-fno-strict-aliasing', '-fcommon',
'-fPIC', '-Wall', '-Wextra', '-Wno-unused-parameter',
Expand Down

0 comments on commit 0cbe60f

Please sign in to comment.