Skip to content

Commit

Permalink
Update Make.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwfrost authored Nov 27, 2016
1 parent 1694885 commit 56796da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ ifeq ($(OS), MINGW64_NT-10.0)
SHLIB_EXT = dll
endif

ifeq ($(OS), MINGW32_NT-10.0-WOW)
SHLIB_EXT = dll
endif

# SunOS with gcc
ifeq ($(OS), SunOS)
SHLIB_EXT = so
Expand Down

0 comments on commit 56796da

Please sign in to comment.