Skip to content

Commit cbd17d6

Browse files
committed
Fix lack of JL_MAJOR_SHLIB_EXT on Windows
(cherry picked from commit 176a6e6)
1 parent 27216e3 commit cbd17d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Make.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ endif
666666
# put the version number before the .dylib. Otherwise, put it after.
667667
ifeq ($(OS), WINNT)
668668
JL_MAJOR_MINOR_SHLIB_EXT := $(SHLIB_EXT)
669+
JL_MAJOR_SHLIB_EXT := $(SHLIB_EXT)
669670
else
670671
ifeq ($(OS), Darwin)
671672
JL_MAJOR_MINOR_SHLIB_EXT := $(SOMAJOR).$(SOMINOR).$(SHLIB_EXT)

0 commit comments

Comments
 (0)