Skip to content

Commit 89507a3

Browse files
committed
Fix files to use iconv_mini library
1 parent 7d57b59 commit 89507a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ LIBS = -lsocket
4040
AXTLS_DIR = axtls
4141
AXTLS_INCLUDE = axtls-include
4242

43-
INC += -I. -I$(AXTLS_INCLUDE) -I$(AXTLS_DIR)/ssl -I$(AXTLS_DIR)/crypto -Iiconv
43+
INC += -I. -I$(AXTLS_INCLUDE) -I$(AXTLS_DIR)/ssl -I$(AXTLS_DIR)/crypto -Iiconv_mini
4444
DEFS += -DICONV_ONLY_U2S -DCONFIG_M68K_ASM
4545

4646
SRCS += httpsget.c \
47-
iconv/iconv_mini.c
47+
iconv_mini/iconv_mini.c
4848

4949
$(AXTLS_DIR)/%.o: CFLAGS += -Wno-all
5050

httpsget.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include <errno.h>
3434
#include <ctype.h>
3535
#include "ssl.h"
36-
#include "iconv/iconv_mini.h"
36+
#include "iconv_mini.h"
3737
#ifdef __human68k__
3838
#include <x68k/dos.h>
3939
#include <x68k/iocs.h>

0 commit comments

Comments
 (0)