Skip to content

Commit

Permalink
Use get_include()
Browse files Browse the repository at this point in the history
  • Loading branch information
ljk3210 authored and pgmpablo157321 committed Sep 26, 2023
1 parent 75dd4e4 commit ff530c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadgen/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
mlperf_loadgen_module = Pybind11Extension(
"mlperf_loadgen",
define_macros=[("MAJOR_VERSION", "3"), ("MINOR_VERSION", "1")],
include_dirs=[".", "../third_party/pybind/include"],
include_dirs=[".", get_include()],
sources=mlperf_loadgen_sources,
depends=mlperf_loadgen_headers)

Expand Down

0 comments on commit ff530c0

Please sign in to comment.