1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00
srs/trunk/3rdparty/1.st.arm.Makefile.patch

22 lines
637 B
Diff
Raw Normal View History

Common subdirectories: st-1.9/docs and st-1.9.patch/docs
Common subdirectories: st-1.9/examples and st-1.9.patch/examples
Common subdirectories: st-1.9/extensions and st-1.9.patch/extensions
diff -u st-1.9/Makefile st-1.9.patch/Makefile
--- st-1.9/Makefile 2009-10-02 06:55:03.000000000 +0800
+++ st-1.9.patch/Makefile 2014-02-28 23:38:39.298697732 +0800
@@ -57,10 +57,10 @@
# possible compilation options.
##########################
-CC = cc
-AR = ar
-LD = ld
-RANLIB = ranlib
+CC ?= cc
+AR ?= ar
+LD ?= ld
+RANLIB ?= ranlib
LN = ln
SHELL = /bin/sh