diff options
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-x | cpp/newmakebindist.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py index 856c281cca0..5ac27199bd8 100755 --- a/cpp/newmakebindist.py +++ b/cpp/newmakebindist.py @@ -134,6 +134,7 @@ def extractDemos(sources, buildDir, version, distro, demoDir): # if demoDir == "": os.system("rm -rf " + buildDir + "/Ice-" + version + "-demos/demo/Ice/MFC") + os.system("rm -rf " + buildDir + "/Ice-" + version + "-demos/demo/IcePatch2/MFC") # # C++ specific build modifications. |