Buildfix
This commit is contained in:
parent
6b838cf720
commit
a105c69723
1 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,6 @@ scgcmd_dep = c_compiler.find_library('scgcmd')
|
||||||
schily_dep = c_compiler.find_library('schily')
|
schily_dep = c_compiler.find_library('schily')
|
||||||
scg_dep = c_compiler.find_library('scg')
|
scg_dep = c_compiler.find_library('scg')
|
||||||
siconv_dep = c_compiler.find_library('siconv')
|
siconv_dep = c_compiler.find_library('siconv')
|
||||||
public_inc = include_directories('include')
|
|
||||||
|
|
||||||
libisoinfo = static_library(meson.project_name(),
|
libisoinfo = static_library(meson.project_name(),
|
||||||
'src/isoinfo.c',
|
'src/isoinfo.c',
|
||||||
|
@ -38,6 +37,6 @@ libisoinfo = static_library(meson.project_name(),
|
||||||
)
|
)
|
||||||
|
|
||||||
libisoinfo_dep = declare_dependency(
|
libisoinfo_dep = declare_dependency(
|
||||||
include_directories: public_inc,
|
#include_directories: public_inc,
|
||||||
link_with: libisoinfo
|
link_with: libisoinfo
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue