Commit 78203d36 authored by Ehsan Azarnasab's avatar Ehsan Azarnasab

fix copy-pasted template

parent 25f0ab83
# #
# MANIFEST.in # MANIFEST.in
# #
# Manifest template for creating the PySide source distribution. # Manifest template for creating the dlib source distribution.
include MANIFEST.in include MANIFEST.in
include setup.py include setup.py
......
...@@ -304,7 +304,7 @@ class build(_build): ...@@ -304,7 +304,7 @@ class build(_build):
""" """
if cmake_path is None: if cmake_path is None:
raise DistutilsSetupError("Cannot find cmake in the path. Please specify its path with --cmake parameter.") raise DistutilsSetupError("Cannot find cmake in the path. Please specify its path with --cmake parameter.")
platform_arch = platform.architecture()[0] platform_arch = platform.architecture()[0]
log.info("Detected Python architecture: %s" % platform_arch) log.info("Detected Python architecture: %s" % platform_arch)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment