Fixing without system elfspy

This commit is contained in:
sergiotarxz 2022-08-02 06:40:52 +02:00
parent 01dee8e48f
commit 82585a344c
1 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,6 @@ elfspylib = library('elfspy',
install_headers(headers, subdir: 'elfspy')
pkg.generate(elfspylib)
elfspy_dep = declare_dependency (
include_directories: ['.'],
include_directories: ['subprojects/elfspy'],
link_with: elfspylib
)