mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
10 lines
405 B
Python
10 lines
405 B
Python
--- setup.py.orig 2022-09-28 03:22:02 UTC
|
|
+++ setup.py
|
|
@@ -104,6 +104,7 @@ class OTIO_build_ext(setuptools.command.build_ext.buil
|
|
'-DBUILD_TESTING:BOOL=OFF',
|
|
# Python modules wil be installed by setuptools.
|
|
'-DOTIO_INSTALL_PYTHON_MODULES:BOOL=OFF',
|
|
+ '-DOTIO_FIND_IMATH:BOOL=ON',
|
|
]
|
|
if self.is_windows():
|
|
if self.is_mingw():
|