Skip to content

Commit

Permalink
rtd: Use relative include
Browse files Browse the repository at this point in the history
  • Loading branch information
zacikpa committed Jul 1, 2024
1 parent 3f72587 commit 787ed25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/libcpuid/_ffi_build_manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
ffibuilder.cdef(subprocess.check_output(["gcc", "-E", header]).decode())
ffibuilder.set_source(
"src.libcpuid._libcpuid_cffi",
f'#include <libcpuid.h>',
f'#include "{header}"',
libraries=["cpuid"],
library_dirs=[library_dir]
)
Expand Down

0 comments on commit 787ed25

Please sign in to comment.