[vlc-commits] test WIDL with the WIDLFLAGS
    Steve Lhomme 
    git at videolan.org
       
    Thu Apr  2 11:02:30 CEST 2020
    
    
  
npapi-vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Apr  2 09:37:46 2020 +0200| [eb385fa562969526631d502beb73324efc5a2e6b] | committer: Steve Lhomme
test WIDL with the WIDLFLAGS
> https://code.videolan.org/videolan/npapi-vlc/commit/eb385fa562969526631d502beb73324efc5a2e6b
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index c552072..694cd7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,7 +136,7 @@ AS_IF([test "${SYS}" = "mingw32"],[
     AS_IF([test "${WIDL}" != "no"],[
       ac_ext=idl
       ac_objext=tlb
-      ac_compile='$WIDL -t conftest.$ac_ext -o conftest.$ac_objext'
+      ac_compile='$WIDL $WIDLFLAGS -t conftest.$ac_ext -o conftest.$ac_objext'
       cat <<_ACEOF >conftest.idl
 import "ocidl.idl";
 [[
    
    
More information about the vlc-commits
mailing list