summarylogtreecommitdiffstats
path: root/freezer.patch
blob: 0763e8959b2223f2ba0cef17288049783695f10a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/setup.py b/setup.py
index 77afbe2..17d9363 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,8 @@ meshroomExe = Executable(
 )
 
 meshroomPhotog = Executable(
-    "bin/meshroom_photogrammetry"
+    "bin/meshroom_photogrammetry",
+    targetName="meshroomPhotog",
 )
 
 # Customize executable for each target platform