Skip to content

Commit

Permalink
force CC as dll linker
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 15, 2022
1 parent b8bdc8d commit 98ab1df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Expand Up @@ -120,6 +120,7 @@ ifeq ($(MAKECMDGOALS),lib)
endif

ifeq ($(MAKECMDGOALS),dll)
AR :=$(CC)
OUTPUTFLAG :=-o
BINARY :=libzmat.so
OUTPUT_DIR :=$(LIBDIR)
Expand Down

0 comments on commit 98ab1df

Please sign in to comment.