Skip to content

Commit

Permalink
Fix lack of JL_MAJOR_SHLIB_EXT on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Dec 27, 2020
1 parent 7aa128e commit 176a6e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ endif
# put the version number before the .dylib. Otherwise, put it after.
ifeq ($(OS), WINNT)
JL_MAJOR_MINOR_SHLIB_EXT := $(SHLIB_EXT)
JL_MAJOR_SHLIB_EXT := $(SHLIB_EXT)
else
ifeq ($(OS), Darwin)
JL_MAJOR_MINOR_SHLIB_EXT := $(SOMAJOR).$(SOMINOR).$(SHLIB_EXT)
Expand Down

0 comments on commit 176a6e6

Please sign in to comment.