1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

generate fetch.h from make

This commit is contained in:
John S Peterson 2024-08-13 19:02:26 +03:00
parent 2988237889
commit 50ca8b2cde
2 changed files with 3 additions and 1 deletions

View File

@ -27,3 +27,5 @@ endif
OBJS-$(CONFIG_ANY_SPIDERMONKEY) += spidermonkey-shared.obj
include $(top_srcdir)/Makefile.lib
$(shell xxd -i fetch.js fetch.h)

View File

@ -1,5 +1,5 @@
/* ECMAScript helper functions */
#include <stdlib.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif