From 7f6633c0e5d2acef08e8b038f81d4939ef100fa9 Mon Sep 17 00:00:00 2001 From: tharun571 Date: Mon, 9 Sep 2024 21:12:25 +0530 Subject: [PATCH] Fix build issues --- src/xinterpreter.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xinterpreter.cpp b/src/xinterpreter.cpp index 8314abf4..9573d3fc 100644 --- a/src/xinterpreter.cpp +++ b/src/xinterpreter.cpp @@ -28,7 +28,9 @@ #include "xinput.hpp" #include "xinspect.hpp" #include "xmagics/os.hpp" +#ifndef EMSCRIPTEN #include "xmagics/xassist.hpp" +#endif #include "xparser.hpp" #include "xsystem.hpp"