mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
316 B
Plaintext
9 lines
316 B
Plaintext
IF[{- $target{build_scheme}->[1] eq "VMS" -}]
|
|
SCRIPTS_NO_INST=local_shlib.com unlocal_shlib.com
|
|
SOURCE[local_shlib.com]=local_shlib.com.in
|
|
SOURCE[unlocal_shlib.com]=unlocal_shlib.com.in
|
|
ELSIF[{- $target{build_scheme}->[1] eq "unix" -}]
|
|
SCRIPTS_NO_INST=shlib_wrap.sh
|
|
SOURCE[shlib_wrap.sh]=shlib_wrap.sh.in
|
|
ENDIF
|