You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
366 B

  1. [binaries]
  2. c = [@CC@]
  3. cpp = [@CXX@]
  4. ar = '@AR@'
  5. strip = '@STRIP@'
  6. nm = '@NM@'
  7. pkgconfig = '@PKGCONFIG@'
  8. [built-in options]
  9. c_args = [@CFLAGS@]
  10. c_link_args = [@LDFLAGS@]
  11. cpp_args = [@CXXFLAGS@]
  12. cpp_link_args = [@LDFLAGS@]
  13. prefix = '/usr'
  14. [host_machine]
  15. system = 'linux'
  16. cpu_family = '@ARCH@'
  17. cpu = '@CPU@'
  18. endian = '@ENDIAN@'
  19. [properties]
  20. needs_exe_wrapper = true