mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2026-01-01 15:29:02 +08:00
fix msvc quickjs build
This commit is contained in:
parent
1a33e08c2e
commit
5a1bcf011e
2
3rdparty/qjs
vendored
2
3rdparty/qjs
vendored
@ -1 +1 @@
|
||||
Subproject commit 578534fb41a85ab8b2ed37f87b2488ae7ab2fd3a
|
||||
Subproject commit 0df5c90086d54d67bb1cd6dacee2d560e7e3efed
|
||||
@ -1,5 +1,9 @@
|
||||
#include "QJS.hpp"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define JS_STRICT_NAN_BOXING
|
||||
#endif
|
||||
|
||||
#include "3rdparty/qjs/nekoray_qjs.h"
|
||||
#include "main/NekoRay.hpp"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user