blob: d0be961ce7ad2f6ad68dfceebccafa49fca2e2a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/duk_config.h b/src/duk_config.h
index a942563..8d3d309 100644
--- a/src/duk_config.h
+++ b/src/duk_config.h
@@ -64,7 +64,7 @@
/* DLL build detection */
/* not configured for DLL build */
-#undef DUK_F_DLL_BUILD
+// #undef DUK_F_DLL_BUILD
/* Apple OSX, iOS */
#if defined(__APPLE__)
|