Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/chromium/build/config/linux/libffi/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 775 B image not shown  

Quelle  BUILD.gn   Sprache: unbekannt

 
Spracherkennung für: .gn vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# Copyright 2016 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//chromium/build/config/linux/pkg_config.gni")

declare_args() {
  # Controls whether the build should use the version of libffi library shipped
  # with the system. By default, we only use the system version on Chrome OS:
  # on Linux, libffi must be statically linked to prevent a situation where the
  # runtime version of libffi is different from the build-time version from the
  # sysroot.
  use_system_libffi = default_toolchain == "//chromium/build/toolchain/cros:target"
}

if (use_system_libffi) {
  pkg_config("libffi") {
    packages = [ "libffi" ]
  }
} else {
  config("libffi") {
    libs = [ "ffi_pic" ]
  }
}

[Dauer der Verarbeitung: 0.22 Sekunden]