Skip to content

Commit

Permalink
more fix on jpeg/makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Feb 28, 2022
1 parent 339405b commit 56e6c1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lisp/image/jpeg/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ else ifeq ($(shell gcc -dumpmachine | sed 's/.*-.*-\([a-zA-Z]*\).*/\1/'), darwin
else ifeq ($(shell gcc -dumpmachine | sed 's/.*-.*-\(.*\)/\1/'), cygwin)
OS=Cygwin
endif
endif
ifeq ($(OS), Linux)
LSFX = so
else
ifeq ($(OS), Darwin)
else ifeq ($(OS), Darwin)
LSFX = so
else
LSFX = dll
Expand Down

0 comments on commit 56e6c1c

Please sign in to comment.