diff --git a/README.md b/README.md
index d312d5bd54..cb25333c36 100755
--- a/README.md
+++ b/README.md
@@ -334,6 +334,7 @@ Remark:
## History
+* v2.0, 2018-10-28, Fix [#1250][bug #1250], Support build on OSX10.14 Mojave. 2.0.258
* v2.0, 2018-10-08, Merge [#1236][bug #1236], Fix sleep bug in us. 2.0.257
* v2.0, 2018-10-08, Merge [#1237][bug #1237], Support param for transcoder. 2.0.256
* v2.0, 2018-08-12, [2.0 release4(2.0.255)][r2.0r4] released. 86915 lines.
@@ -1331,6 +1332,7 @@ Winlin
[bug #1202]: https://github.com/ossrs/srs/issues/1202
[bug #1237]: https://github.com/ossrs/srs/issues/1237
[bug #1236]: https://github.com/ossrs/srs/issues/1236
+[bug #1250]: https://github.com/ossrs/srs/issues/1250
[bug #xxxxxxxxxx]: https://github.com/ossrs/srs/issues/xxxxxxxxxx
[exo #828]: https://github.com/google/ExoPlayer/pull/828
diff --git a/trunk/3rdparty/patches/6.st.osx10.14.build.patch b/trunk/3rdparty/patches/6.st.osx10.14.build.patch
new file mode 100644
index 0000000000..a6e3761712
--- /dev/null
+++ b/trunk/3rdparty/patches/6.st.osx10.14.build.patch
@@ -0,0 +1,13 @@
+--- Makefile 2018-10-28 13:49:27.000000000 +0800
++++ ../st-1.9-patch/Makefile 2018-10-28 13:50:07.000000000 +0800
+@@ -139,8 +139,8 @@ CFLAGS += -arch ppc
+ LDFLAGS += -arch ppc
+ endif
+ ifeq ($(INTEL), yes)
+-CFLAGS += -arch i386 -arch x86_64
+-LDFLAGS += -arch i386 -arch x86_64
++CFLAGS += -arch x86_64
++LDFLAGS += -arch x86_64
+ endif
+ LDFLAGS += -dynamiclib -install_name /sw/lib/libst.$(MAJOR).$(DSO_SUFFIX) -compatibility_version $(MAJOR) -current_version $(VERSION)
+ OTHER_FLAGS = -Wall
diff --git a/trunk/auto/depends.sh b/trunk/auto/depends.sh
index 2e08333a47..ba2564e23c 100755
--- a/trunk/auto/depends.sh
+++ b/trunk/auto/depends.sh
@@ -422,6 +422,7 @@ if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then
patch -p0 < ../../3rdparty/patches/1.st.arm.patch &&
patch -p0 < ../../3rdparty/patches/3.st.osx.kqueue.patch &&
patch -p0 < ../../3rdparty/patches/4.st.disable.examples.patch &&
+ patch -p0 < ../../3rdparty/patches/6.st.osx10.14.build.patch &&
make ${_ST_MAKE} CC=${SrsArmCC} AR=${SrsArmAR} LD=${SrsArmLD} RANDLIB=${SrsArmRANDLIB} EXTRA_CFLAGS="${_ST_EXTRA_CFLAGS}" &&
cd .. && rm -rf st && ln -sf st-1.9/obj st &&
cd .. && touch ${SRS_OBJS}/_flag.st.cross.build.tmp
@@ -439,6 +440,7 @@ if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then
patch -p0 < ../../3rdparty/patches/1.st.arm.patch &&
patch -p0 < ../../3rdparty/patches/3.st.osx.kqueue.patch &&
patch -p0 < ../../3rdparty/patches/4.st.disable.examples.patch &&
+ patch -p0 < ../../3rdparty/patches/6.st.osx10.14.build.patch &&
make ${_ST_MAKE} EXTRA_CFLAGS="${_ST_EXTRA_CFLAGS}" &&
cd .. && rm -rf st && ln -sf st-1.9/obj st &&
cd .. && rm -f ${SRS_OBJS}/_flag.st.cross.build.tmp
diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp
index c4083e310f..1d9e0fc911 100644
--- a/trunk/src/core/srs_core.hpp
+++ b/trunk/src/core/srs_core.hpp
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// current release version
#define VERSION_MAJOR 2
#define VERSION_MINOR 0
-#define VERSION_REVISION 257
+#define VERSION_REVISION 258
// generated by configure, only macros.
#include