Skip to content

Commit

Permalink
meson.eclass: add cross binaries for fortran, objc, objcpp
Browse files Browse the repository at this point in the history
  • Loading branch information
floppym committed May 28, 2018
1 parent aec2300 commit b578138
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eclass/meson.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ _meson_create_cross_file() {
ar = $(_meson_env_array "$(tc-getAR)")
c = $(_meson_env_array "$(tc-getCC)")
cpp = $(_meson_env_array "$(tc-getCXX)")
fortran = $(_meson_env_array "$(tc-getFC)")
objc = $(_meson_env_array "$(tc-getPROG OBJC cc)")
objcpp = $(_meson_env_array "$(tc-getPROG OBJCXX c++)")
pkgconfig = '$(tc-getPKG_CONFIG)'
strip = $(_meson_env_array "$(tc-getSTRIP)")
Expand Down

0 comments on commit b578138

Please sign in to comment.