We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d57b59 commit 89507a3Copy full SHA for 89507a3
Makefile
@@ -40,11 +40,11 @@ LIBS = -lsocket
40
AXTLS_DIR = axtls
41
AXTLS_INCLUDE = axtls-include
42
43
-INC += -I. -I$(AXTLS_INCLUDE) -I$(AXTLS_DIR)/ssl -I$(AXTLS_DIR)/crypto -Iiconv
+INC += -I. -I$(AXTLS_INCLUDE) -I$(AXTLS_DIR)/ssl -I$(AXTLS_DIR)/crypto -Iiconv_mini
44
DEFS += -DICONV_ONLY_U2S -DCONFIG_M68K_ASM
45
46
SRCS += httpsget.c \
47
- iconv/iconv_mini.c
+ iconv_mini/iconv_mini.c
48
49
$(AXTLS_DIR)/%.o: CFLAGS += -Wno-all
50
httpsget.c
@@ -33,7 +33,7 @@
33
#include <errno.h>
34
#include <ctype.h>
35
#include "ssl.h"
36
-#include "iconv/iconv_mini.h"
+#include "iconv_mini.h"
37
#ifdef __human68k__
38
#include <x68k/dos.h>
39
#include <x68k/iocs.h>
0 commit comments