mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
fix msvc quickjs build
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user