Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

Commit c44c532

Browse files
committed
MISC: cloadable is not useful anymore.
1 parent 900d82e commit c44c532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/bscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def pbuild(context):
400400
# library
401401
return context.default_library_builder(library,
402402
includes=["src/private", "src/npymath", "include"],
403-
use="cloadable")
403+
use="cshlib")
404404
context.register_compiled_library_builder("npymath", builder)
405405

406406
def builder_sort(library):

0 commit comments

Comments
 (0)