mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
- correct extensions for apple (thanks Heikki Lindholm for pointing this out)
This commit is contained in:
parent
3096f34d27
commit
fc9566ef23
4
Makefile
4
Makefile
@ -72,8 +72,8 @@ LIBEXT:=.a
|
|||||||
SHREXT:=.so
|
SHREXT:=.so
|
||||||
endif
|
endif
|
||||||
ifneq (,$(findstring apple,$(BR2_GNU_BUILD_SUFFIX)))
|
ifneq (,$(findstring apple,$(BR2_GNU_BUILD_SUFFIX)))
|
||||||
EXEEXT:=.pear
|
EXEEXT:=
|
||||||
LIBEXT:=.dunno
|
LIBEXT:=.a
|
||||||
SHREXT:=.dylib
|
SHREXT:=.dylib
|
||||||
endif
|
endif
|
||||||
ifneq (,$(findstring cygwin,$(BR2_GNU_BUILD_SUFFIX)))
|
ifneq (,$(findstring cygwin,$(BR2_GNU_BUILD_SUFFIX)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user