Skip to content

Commit

Permalink
Fix install path of dll.a
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Nov 21, 2018
1 parent b7b0ad2 commit 2acd8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ ifeq ($(IS_WIN),yes)
ifeq ($(CC_VENDOR),clang)
SOFLAGS += -Wl,-def:build/libblis-symbols.def -Wl,-implib:$(BASE_LIB_PATH)/$(LIBBLIS).lib
else
SOFLAGS += -Wl,--export-all-symbols -Wl,--out-implib,$(LIBBLIS).dll.a
SOFLAGS += -Wl,--export-all-symbols -Wl,--out-implib,$(BASE_LIB_PATH)/$(LIBBLIS).dll.a
endif
else
# Linux shared library link flags.
Expand Down

0 comments on commit 2acd8dc

Please sign in to comment.