0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00

[mujs] Added mujs to configure.ac and Makefiles

This commit is contained in:
Witold Filipczyk
2022-08-21 21:33:13 +02:00
parent 7f44731365
commit 46860128db
6 changed files with 76 additions and 3 deletions

View File

@@ -17,6 +17,10 @@
#include <quickjs/quickjs.h>
#endif
#ifdef CONFIG_MUJS
#include <mujs.h>
#endif
#ifdef CONFIG_ECMASCRIPT
#include "main/module.h"