diff --git a/BUILD.gn b/BUILD.gn index 6df987cf5ac49bfdc173e0057b5a3c83da54826d..fe3d5157f7868e15eaebd1f9ac624a0ff1357d5a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -140,7 +140,7 @@ ohos_executable("selinux_test") { "-DUSE_PCRE2", "-w", ] - include_dirs = [ "$LIBSELINUX_ROOT_DIR/include/selinux" ] + include_dirs = [ "$LIBSELINUX_ROOT_DIR/include" ] deps = [ "$THIRD_PARTY_PCRE2_DIR:libpcre2", "$THIRD_PARTY_SELINUX_DIR:libselinux",