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
(cherry picked from commit 176a6e6)
  • Loading branch information
staticfloat authored and KristofferC committed Jan 5, 2021
1 parent bacbb97 commit 3b809f7
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 3b809f7

Please sign in to comment.