blob: 2a2cdbb9cfa08d448cc159f8e2e663dbaf263271 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("regex") {
deps = [ "//zircon/third_party/ulib/musl:musl_internal" ]
sources = [
"fnmatch.c",
"glob.c",
]
configs -= [ "//build/config:symbol_visibility_hidden" ]
# TODO(https://fxbug.dev/42136089): delete the below and fix compiler warnings
configs += [ "//build/config:Wno-conversion" ]
}