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.

13 lines
231 B

  1. [binaries]
  2. c = [@CC@]
  3. cpp = [@CXX@]
  4. pkgconfig = '@PKGCONFIG@'
  5. [built-in options]
  6. c_args = [@CFLAGS@]
  7. c_link_args = [@LDFLAGS@]
  8. cpp_args = [@CXXFLAGS@]
  9. cpp_link_args = [@LDFLAGS@]
  10. prefix = '@PREFIX@'
  11. sbindir = 'bin'
  12. libdir = 'lib'