<html><head></head><body>Looks good, but aren't those two separate issues?<br><br><div class="gmail_quote">Le 16 mai 2019 12:14:47 GMT+03:00, Pierre Lamot <pierre@videolabs.io> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">  remove legacy dependecy uppon meson cross file<hr> contrib/src/fxc2/rules.mak | 5 ++---<br> 1 file changed, 2 insertions(+), 3 deletions(-)<br><br>diff --git a/contrib/src/fxc2/rules.mak b/contrib/src/fxc2/rules.mak<br>index e1eff83cdf..57e4438434 100644<br>--- a/contrib/src/fxc2/rules.mak<br>+++ b/contrib/src/fxc2/rules.mak<br>@@ -35,11 +35,10 @@ else ifeq ($(shell which i686-w64-mingw32-g++ >/dev/null 2>&1 || echo FAIL),)<br> FXC2_CXX=i686-w64-mingw32-g++<br> FXC2_DLL=dll/d3dcompiler_47_32.dll<br> else<br>-$(error No x86 (cross) compiler found for fxc2)<br>+FXC2_CXX=$(error No x86 (cross) compiler found for fxc2)<br> endif<br> <br>-<br>-.fxc2: fxc2 crossfile.meson<br>+.fxc2: fxc2<br>        cd $< && $(FXC2_CXX) -static fxc2.cpp -o fxc2.exe<br>  cd $< && mkdir -p $(PREFIX)/bin && cp fxc2.exe $(PREFIX)/bin && cp $(FXC2_DLL) $(PREFIX)/bin/d3dcompiler_47.dll<br>    touch $@</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>