From fe5da8198212b711687c9b52d07bee73fcd8bbad Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Sun, 20 Sep 2020 12:08:18 +0300 Subject: [PATCH] Add compiler spec --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5e89069..dca81c0 100644 --- a/setup.py +++ b/setup.py @@ -169,6 +169,7 @@ class BuildCMakeExt(build_ext): # Below is just an example set of arguments for building Blender as a Python module self.spawn(['cmake', '-H'+SOURCE_DIR, '-B'+self.build_temp, + '-DCMAKE_C_COMPILER=' + os.env["CC"], "-DCMAKE_CXX_COMPILER=" + os.env["CXX"], '-DENABLE_OPENMP=ON','-DINTERNAL_BOOST=ON','-DINTERNAL_EIGEN=ON', '-DINTERNAL_HDF5=ON','-DINTERNAL_NETCDF=ON', '-DBUILD_PYTHON=ON', '-DINSTALL_PYTHON_LOCAL=OFF',