Commit fc9566ef authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- correct extensions for apple (thanks Heikki Lindholm for pointing this out)

parent 3096f34d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,8 +72,8 @@ LIBEXT:=.a
SHREXT:=.so
endif
ifneq (,$(findstring apple,$(BR2_GNU_BUILD_SUFFIX)))
EXEEXT:=.pear
LIBEXT:=.dunno
EXEEXT:=
LIBEXT:=.a
SHREXT:=.dylib
endif
ifneq (,$(findstring cygwin,$(BR2_GNU_BUILD_SUFFIX)))