* harbour/config/linux/libs.mk
* harbour/config/android/libs.mk
* filter out libraries which does not exists in android inside
android not linux config files
8 lines
103 B
Makefile
8 lines
103 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
include $(TOP)$(ROOT)config/linux/libs.mk
|
|
|
|
SYSLIBS := $(filter-out rt pthread, $(SYSLIBS))
|