Forráskód Böngészése

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

Bernhard Reutner-Fischer 18 éve
szülő
commit
fc9566ef23
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -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)))