No commit message authored by Karel Slaný's avatar Karel Slaný
No commit message
...@@ -69,7 +69,7 @@ make -f Makefile.main clean ...@@ -69,7 +69,7 @@ make -f Makefile.main clean
### Building the extension for Safari: ### Building the extension for Safari:
* On __OS X__ execute: * On **OS X** execute:
``` shell ``` shell
cmake -DTARGET_ARCH=x86_64 . cmake -DTARGET_ARCH=x86_64 .
(cmake -DTARGET_ARCH=i386 .) (cmake -DTARGET_ARCH=i386 .)
... ...
......