This commit is contained in:
King_DuckZ 2020-03-04 02:36:30 +01:00
parent 6b838cf720
commit a105c69723

View file

@ -28,7 +28,6 @@ scgcmd_dep = c_compiler.find_library('scgcmd')
schily_dep = c_compiler.find_library('schily')
scg_dep = c_compiler.find_library('scg')
siconv_dep = c_compiler.find_library('siconv')
public_inc = include_directories('include')
libisoinfo = static_library(meson.project_name(),
'src/isoinfo.c',
@ -38,6 +37,6 @@ libisoinfo = static_library(meson.project_name(),
)
libisoinfo_dep = declare_dependency(
include_directories: public_inc,
#include_directories: public_inc,
link_with: libisoinfo
)