2025-02-01 08:37 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
+ config/android/clang.mk
+ allow to create android builds with CLANG
* config/common/watcom.mk
! fixed C compilation in sh like shells
This commit is contained in:
1
config/android/clang.mk
Normal file
1
config/android/clang.mk
Normal file
@@ -0,0 +1 @@
|
||||
include $(TOP)$(ROOT)config/linux/clang.mk
|
||||
@@ -71,7 +71,11 @@ endif
|
||||
ifneq ($(findstring wcc386,$(CC)),)
|
||||
ifneq ($(HB_HOST_PLAT),linux)
|
||||
CC_DIRSEPFROM := /
|
||||
CC_DIRSEPTO := $(subst /,\,\)
|
||||
ifeq ($(HB_SHELL),sh)
|
||||
CC_DIRSEPTO := $(subst /,\,\\)
|
||||
else
|
||||
CC_DIRSEPTO := $(subst /,\,\)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user