mirror of
https://github.com/curl/curl.git
synced 2026-07-24 06:07:16 +03:00
spelling fixes
Detected using the `codespell` tool (version 1.13.0). Also secure and fix an URL.
This commit is contained in:
parent
71c39f2965
commit
4bd91bc474
22 changed files with 32 additions and 32 deletions
|
|
@ -178,7 +178,7 @@ endif
|
|||
CFLAGS += -align 4
|
||||
else
|
||||
# PRELUDE = $(NDK_CLIB)/imports/clibpre.o
|
||||
# to avoid the __init_* / __deinit_* whoes don't use prelude from NDK
|
||||
# to avoid the __init_* / __deinit_* woes don't use prelude from NDK
|
||||
PRELUDE = "$(MWCW_PATH)/libraries/runtime/prelude.obj"
|
||||
# CFLAGS += -include "$(MWCW_PATH)/headers/nlm_clib_prefix.h"
|
||||
CFLAGS += -align 1
|
||||
|
|
@ -201,7 +201,7 @@ else
|
|||
endif
|
||||
else
|
||||
# PRELUDE = $(NDK_CLIB)/imports/clibpre.gcc.o
|
||||
# to avoid the __init_* / __deinit_* whoes don't use prelude from NDK
|
||||
# to avoid the __init_* / __deinit_* woes don't use prelude from NDK
|
||||
# http://www.gknw.net/development/mk_nlm/gcc_pre.zip
|
||||
PRELUDE = $(NDK_ROOT)/pre/prelude.o
|
||||
CFLAGS += -include $(NDKBASE)/nlmconv/genlm.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue