* commit '04511126a6e127705abce84735a3fe4eb48d882c': Fix build.
This commit is contained in:
commit
39526f7740
1 changed files with 3 additions and 1 deletions
|
@ -56,7 +56,6 @@ endif
|
|||
|
||||
ifneq ($(WINDOWS_HOST_ONLY),1)
|
||||
commonSources += \
|
||||
ashmem-host.cc \
|
||||
fs.c \
|
||||
multiuser.c \
|
||||
socket_inaddr_any_server.c \
|
||||
|
@ -67,6 +66,9 @@ ifneq ($(WINDOWS_HOST_ONLY),1)
|
|||
socket_network_client.c \
|
||||
sockets.c \
|
||||
|
||||
commonHostSources += \
|
||||
ashmem-host.c
|
||||
|
||||
endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue