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

fix copy-pasted template

parent 25f0ab83
#
# MANIFEST.in
#
# Manifest template for creating the PySide source distribution.
# Manifest template for creating the dlib source distribution.
include MANIFEST.in
include setup.py
......
......@@ -304,7 +304,7 @@ class build(_build):
"""
if cmake_path is None:
raise DistutilsSetupError("Cannot find cmake in the path. Please specify its path with --cmake parameter.")
platform_arch = platform.architecture()[0]
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