Jelajahi Sumber

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

Bernhard Reutner-Fischer 18 tahun lalu
induk
melakukan
fc9566ef23
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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)))