]> git.sesse.net Git - vlc/blobdiff - bindings/python/Makefile.am
Python bindings fixed for the new mediacontrol headers
[vlc] / bindings / python / Makefile.am
index 18c600772ede9b1fdca56135115440e560edd056..0b0f935adceeb169cd12c3ddd4271279984ca8a5 100644 (file)
@@ -2,12 +2,11 @@
 # Building the Python binding
 ###############################################################################
 
-# FIXME
-#ifdef HOMEDRIVE
-#      COMPILERARG = --compiler=mingw32
-#else
-#      COMPILERARG = 
-#endif
+if HAVE_WIN32
+       COMPILERARG = --compiler=mingw32
+else
+       COMPILERARG = 
+endif
 
 if BUILD_PYTHON