Kuznetsov Daniel
Results
1
comments of
Kuznetsov Daniel
Just add the following line to the setup.py script: https://github.com/BachiLi/diffvg/blob/85802a71fbcc72d79cb75716eb4da4392fd09532/setup.py#L38-L40 ```python cmake_args = ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir, '-DPYTHON_LIBRARY=' + get_config_var('LIBDIR'), '-DPYTHON_INCLUDE_PATH=' + include_path, #