Skip to content

Commit

Permalink
Added dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Jan 18, 2024
1 parent 87520b4 commit 0f22332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def copy_extensions_to_source(self):

pywhere = Extension('scalene.pywhere',
include_dirs=['.', 'src', 'src/include'],
depends = ['src/include/traceconfig.hpp'],
sources = ['src/source/pywhere.cpp', 'src/source/traceconfig.cpp'],
extra_compile_args=extra_compile_args(),
py_limited_api=False,
Expand Down

0 comments on commit 0f22332

Please sign in to comment.