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.
8 lines
209 B
Plaintext
8 lines
209 B
Plaintext
4 years ago
|
{- our $c_rehash_name =
|
||
|
$config{target} =~ /^(VC|vms)-/ ? "c_rehash.pl" : "c_rehash";
|
||
|
"" -}
|
||
|
IF[{- !$disabled{apps} -}]
|
||
|
SCRIPTS={- $c_rehash_name -}
|
||
|
SOURCE[{- $c_rehash_name -}]=c_rehash.in
|
||
|
ENDIF
|