build: Fix make warnings on macos.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m9s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m9s
This commit is contained in:
parent
b135ea17f6
commit
fa7aef0c37
@ -45,6 +45,10 @@ export TZ=UTC
|
|||||||
|
|
||||||
ifeq ($(UNAME_S),Darwin)
|
ifeq ($(UNAME_S),Darwin)
|
||||||
BUILD_TYPES := debug release iosdebug iosrelease iossimdebug iossimrelease
|
BUILD_TYPES := debug release iosdebug iosrelease iossimdebug iossimrelease
|
||||||
|
HAVE_ANDROID = 0
|
||||||
|
HAVE_LINUX_IOS = 0
|
||||||
|
HAVE_LINUX_MACOS = 0
|
||||||
|
HAVE_WIN = 0
|
||||||
else ifeq ($(UNAME_S),Linux)
|
else ifeq ($(UNAME_S),Linux)
|
||||||
BUILD_TYPES := debug release
|
BUILD_TYPES := debug release
|
||||||
HAVE_ANDROID = $(if $(shell which $(ANDROID_SDK)/platform-tools/adb),1)
|
HAVE_ANDROID = $(if $(shell which $(ANDROID_SDK)/platform-tools/adb),1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user