You've already forked MINGW-packages
mirror of
https://github.com/encounter/MINGW-packages.git
synced 2026-03-30 11:29:58 -07:00
8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
|
|
post_install() {
|
||
|
|
cat << EOT
|
||
|
|
==> Note that even though this package uses libyaml library,
|
||
|
|
==> slower pure python implementation is used by default.
|
||
|
|
==> See http://pyyaml.org/wiki/PyYAMLDocumentation
|
||
|
|
EOT
|
||
|
|
}
|