Skip to content

Commit

Permalink
Merge pull request #212 from sony/feature/20200304-fix-build
Browse files Browse the repository at this point in the history
Fix CPU Library name for creating wheel.
  • Loading branch information
YasunariZHashimoto committed Mar 4, 2020
2 parents 73faacb + 2502ad8 commit 18773f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.cfg.in
Expand Up @@ -2,7 +2,7 @@
compiler=${NBLA_PYTHON_BUILD_EXT_COMPILER}

[cmake]
cpu_target_name=${CPPLIB_LIBRARY_NAME}
cpu_target_name=${NBLA_LIBRARY_NAME}
cpu_target_file=${CPPLIB_LIBRARY}

cuda_target_name=${NBLA_CUDA_LIBRARY_NAME}
Expand Down

0 comments on commit 18773f5

Please sign in to comment.