We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c82ba commit b3e522eCopy full SHA for b3e522e
docs/modules/ROOT/pages/install.adoc
@@ -210,7 +210,7 @@ MacOS::
210
--
211
[source,bash]
212
----
213
-sed -i '' 's/#define DUK_F_DLL_BUILD/#undef DUK_F_DLL_BUILD/g' src/duk_config.h
+sed -i '' 's/#define DUK_F_DLL_BUILD/#undef DUK_F_DLL_BUILD/g' src/duk_config.h <.>
214
215
216
<.> Disables the `DUK_F_DLL_BUILD` macro in the `duk_config.h` file to indicate we are statically building duktape.
0 commit comments