Explorar el Código

macOS: Don't hardcode path in Installer source

Markus Goetz hace 7 años
padre
commit
16bf765818
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      admin/osx/macosx.pkgproj.cmake

+ 1 - 1
admin/osx/macosx.pkgproj.cmake

@@ -701,7 +701,7 @@
 			<key>BUILD_PATH</key>
 			<dict>
 				<key>PATH</key>
-				<string>../install/.</string>
+                                <string>@CMAKE_INSTALL_PREFIX@/.</string>
 				<key>PATH_TYPE</key>
 				<integer>3</integer>
 			</dict>