Explorar o código

meson: set needs_exe_wrapper again to true

Waldemar Brodkorb %!s(int64=3) %!d(string=hai) anos
pai
achega
1b1a502d6d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/meson/src/cross-compilation.conf.in

+ 1 - 1
package/meson/src/cross-compilation.conf.in

@@ -15,7 +15,7 @@ c_args = [@TARGET_CFLAGS@]
 c_link_args = [@TARGET_LDFLAGS@]                                             
 cpp_args = [@TARGET_CXXFLAGS@]                                               
 cpp_link_args = [@TARGET_LDFLAGS@]                                           
-needs_exe_wrapper = false
+needs_exe_wrapper = true
                                                                              
 [host_machine]                                                               
 system = 'linux'