1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-19 01:36:33 -04:00

Merge pull request #316 from john-peterson/make

generate fetch.h from make
This commit is contained in:
rkd77 2024-08-15 09:43:29 +02:00 committed by GitHub
commit 271569c409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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