blob: 6e3d3e7aeaefc27357e3841107f3a5a2b36459d6 [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.
executable("strerror") {
sources = [
"strerror.c",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/runtime",
"$zx/system/ulib/zircon",
]
}