Skip to content

Commit

Permalink
Merge pull request #187 from harbour/revert-186-master
Browse files Browse the repository at this point in the history
Revert "Error to build harbour for Android"
  • Loading branch information
tuffnatty committed Mar 26, 2019
2 parents c4f4924 + 258865d commit f877a99
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions ChangeLog.txt
Expand Up @@ -7,11 +7,6 @@
Entries may not always be in chronological/commit order.
See license at the end of file. */

2019-03-26 01:55 UTC-0300 Lailton Fernando Mariano (lailton/at/harbour.com.br)
* config/android/libs.mk
* contrib/hbpost.hbm
! fixed compiler error for Android. added lib log

2019-03-19 18:12 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* config/win/global.mk
* utils/hbmk2/hbmk2.prg
Expand Down
1 change: 0 additions & 1 deletion config/android/libs.mk
@@ -1,4 +1,3 @@
include $(TOP)$(ROOT)config/linux/libs.mk

SYSLIBS := $(filter-out rt pthread, $(SYSLIBS))
SYSLIBS += log
2 changes: 1 addition & 1 deletion contrib/hbpost.hbm
Expand Up @@ -35,7 +35,7 @@
{hbdyn&unix&!darwin&!android&!cygwin}-ln=${hb_dynprefix}${hb_outputname}${hb_dynext}.${hb_major}.${hb_minor}
{hbdyn&unix&darwin}-ln=${hb_dynprefix}${hb_outputname}.${hb_major}.${hb_minor}${hb_dynext}
{hbdyn&android}-lharbour
{hbdyn&android}-lm -llog
{hbdyn&android}-lm
{hbdyn&(allwin|cygwin)}-lhbmaindllp
{hbdyn}-depimplib-

Expand Down

0 comments on commit f877a99

Please sign in to comment.