Navigation Menu

Skip to content

Commit

Permalink
Error to build harbour for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
Lailton Fernando Mariano committed Mar 26, 2019
1 parent d633d30 commit d8b5fbf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.txt
Expand Up @@ -7,6 +7,11 @@
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: 1 addition & 0 deletions config/android/libs.mk
@@ -1,3 +1,4 @@
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
{hbdyn&android}-lm -llog
{hbdyn&(allwin|cygwin)}-lhbmaindllp
{hbdyn}-depimplib-

Expand Down

0 comments on commit d8b5fbf

Please sign in to comment.