vlc | branch: master | Pierre Lamot <[email protected]> | Tue May 21 15:37:51 2019 +0300| [a5499748dccbbadb2dc97181d488683419bac9d7] | committer: Konstantin Pavlov
contrib: fxc2: remove legacy dependency upon meson cross file Signed-off-by: Konstantin Pavlov <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a5499748dccbbadb2dc97181d488683419bac9d7 --- contrib/src/fxc2/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/fxc2/rules.mak b/contrib/src/fxc2/rules.mak index 93bfbd1062..2e48d76df2 100644 --- a/contrib/src/fxc2/rules.mak +++ b/contrib/src/fxc2/rules.mak @@ -39,7 +39,7 @@ FXC2_CXX=$(error No x86 (cross) compiler found for fxc2) endif -.fxc2: fxc2 crossfile.meson +.fxc2: fxc2 cd $< && $(FXC2_CXX) -static fxc2.cpp -o fxc2.exe cd $< && mkdir -p $(PREFIX)/bin && cp fxc2.exe $(PREFIX)/bin && cp $(FXC2_DLL) $(PREFIX)/bin/d3dcompiler_47.dll touch $@ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
