android/include/meson.build: remove custom "-I" flag
This is not necessary because the declared dependency is enough for Meson to generate the "-I" flag automatically.
This commit is contained in:
parent
38226dfe81
commit
d9bbe39f48
|
@ -1,7 +1,5 @@
|
||||||
javac = find_program('javac')
|
javac = find_program('javac')
|
||||||
|
|
||||||
common_cppflags += '-I' + meson.current_build_dir()
|
|
||||||
|
|
||||||
bridge_header = custom_target(
|
bridge_header = custom_target(
|
||||||
'org_musicpd_Bridge.h',
|
'org_musicpd_Bridge.h',
|
||||||
output: 'org_musicpd_Bridge.h',
|
output: 'org_musicpd_Bridge.h',
|
||||||
|
|
Loading…
Reference in New Issue