summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2022-02-11 17:23:00 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2022-02-11 17:23:00 +0700
commitf7413c4d892bf41bf37d81e4bd615fbd6a5111a7 (patch)
treef1ae1374217ec027b1fca468f53f7dd4e93a70b7 /3rdparty
parentaaecd78f65a5cd77982f152a60cd95cf2c619654 (diff)
asmjit: mame integrationasmjit
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/asmjit/src/asmjit/core/api-config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/asmjit/src/asmjit/core/api-config.h b/3rdparty/asmjit/src/asmjit/core/api-config.h
index a0fb979eb33..6bd5beecc0a 100644
--- a/3rdparty/asmjit/src/asmjit/core/api-config.h
+++ b/3rdparty/asmjit/src/asmjit/core/api-config.h
@@ -52,6 +52,8 @@
// Build Options
// =============
+#define ASMJIT_STATIC
+
// NOTE: Doxygen cannot document macros that are not defined, that's why we have to define them and then undefine
// them immediately, so it won't use the macros with its own preprocessor.
#ifdef _DOXYGEN