Explorar o código

don't build v.digit if CXX not present

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31213 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler %!s(int64=17) %!d(string=hai) anos
pai
achega
bda1f96d75
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      gui/wxpython/Makefile

+ 3 - 1
gui/wxpython/Makefile

@@ -6,7 +6,9 @@ include $(MODULE_TOPDIR)/include/Make/Platform.make
 
 ifneq ($(USE_WXWIDGETS),)
   ifneq ($(USE_PYTHON),)
-    SUBDIRS += vdigit
+    ifneq ($(strip $(CXX)),)
+       SUBDIRS += vdigit
+    endif
   endif
 endif