mirror of
https://github.com/libretro/vice-libretro.git
synced 2025-02-07 17:16:23 +00:00
Inttype fix for Android
This commit is contained in:
parent
a0112ff3cf
commit
058248f4ce
@ -13,7 +13,8 @@ COREFLAGS := -DCORE_NAME=\"$(EMUTYPE)\" \
|
||||
-D__LIBRETRO__ \
|
||||
$(INCFLAGS) $(COMMONFLAGS) \
|
||||
-DHAVE_INET_ATON \
|
||||
-DWANT_ZLIB
|
||||
-DWANT_ZLIB \
|
||||
-D_INTTYPES_H
|
||||
|
||||
GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)"
|
||||
ifneq ($(GIT_VERSION)," unknown")
|
||||
|
Loading…
x
Reference in New Issue
Block a user