mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 21:14:37 +03:00
fix msvc quickjs build
This commit is contained in:
2
3rdparty/qjs
vendored
2
3rdparty/qjs
vendored
Submodule 3rdparty/qjs updated: 578534fb41...0df5c90086
@@ -1,5 +1,9 @@
|
|||||||
#include "QJS.hpp"
|
#include "QJS.hpp"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#define JS_STRICT_NAN_BOXING
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "3rdparty/qjs/nekoray_qjs.h"
|
#include "3rdparty/qjs/nekoray_qjs.h"
|
||||||
#include "main/NekoRay.hpp"
|
#include "main/NekoRay.hpp"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user