Selaa lähdekoodia

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

Bernhard Reutner-Fischer 18 vuotta sitten
vanhempi
commit
fc9566ef23
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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)))