Browse Source

meson: set needs_exe_wrapper again to true

Waldemar Brodkorb 1 year ago
parent
commit
1b1a502d6d
1 changed files with 1 additions and 1 deletions
  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'