X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=make.sh;h=dcacba097576f5acf49dce5ab02aae18405eea21;hb=b0196aeefbaa53754b1052fab904386707caad87;hp=d70b02447ea72b01afecd2d6451da4ceec416485;hpb=cf8a8f9b8dbe8f8a42900a7a2e090b0f93438db9;p=modules%2Fshaper.git diff --git a/make.sh b/make.sh index d70b02447..dcacba097 100755 --- a/make.sh +++ b/make.sh @@ -26,7 +26,11 @@ done ## Preserve PTHONPATH in order to avoid problems with Sphinx on Fedora26 because of Pigments in ParaView export PYTHONPATH_OLD=$PYTHONPATH source env.sh -export PYTHONPATH=$PYTHONPATH_OLD + +if [[ ${OS_NAME} = Fedora26-64 ]] +then + export PYTHONPATH=$PYTHONPATH_OLD +fi CMAKE_ARGS="" CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_BUILD_TYPE=${BUILD_TYPE:-Release}"