Fixing againg the include path.

This commit is contained in:
sergiotarxz 2022-08-02 06:45:45 +02:00
parent 82585a344c
commit f04e33cbc1
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: ['subprojects/elfspy'],
include_directories: ['.'],
link_with: elfspylib
)