Skip to content

Commit

Permalink
Bundle libgcc_s if we're building CSL from source
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jun 30, 2020
1 parent 413d792 commit f8ff854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ $(eval $(call register_private_lib,OPENBLAS,$(LIBBLASNAME)))
ifneq ($(LIBLAPACKNAME),$(LIBBLASNAME))
$(eval $(call register_private_lib,LAPACK,$(LIBLAPACKNAME)))
endif
$(eval $(call register_private_lib,CSL,libgcc_s))

ifeq ($(OS),Darwin)
ifeq ($(USE_SYSTEM_BLAS),1)
Expand Down

0 comments on commit f8ff854

Please sign in to comment.