Skip to content

Commit 9237d30

Browse files
committed
Update README.md to include new build config options
1 parent 1f70aa5 commit 9237d30

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ CSS::Sass Makefile.PL end-user options:
6868
--sassc Install optional sassc cli utility
6969
--plugins Install optional libsass plugins (default)
7070
--library Install libsass library (auto-enabled)
71+
--native-watcher Depend on optimized file watcher module
7172
--help This help screen
7273
7374
The following options are for developers only:
@@ -81,7 +82,12 @@ CSS::Sass Makefile.PL end-user options:
8182
--checkout-deps Checkout submodules at linked commit (needs git repo)
8283
--get-versions Show versions of all perl package (.pm) files
8384
--set-versions Set versions of all perl package (.pm) files
85+
--patch-gcc44 Patch libsass for gcc44 compatibility
8486
--skip-git Do not try to use anything git related
87+
88+
You may use environment variables to set any option
89+
Prefix them with `PSASS_` and write all in uppercase
90+
e.g. --native-watcher becomes PSASS_NATIVE_WATCHER
8591
```
8692

8793
Documentation

0 commit comments

Comments
 (0)