File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ CSS::Sass Makefile.PL end-user options:
68
68
--sassc Install optional sassc cli utility
69
69
--plugins Install optional libsass plugins (default)
70
70
--library Install libsass library (auto-enabled)
71
+ --native-watcher Depend on optimized file watcher module
71
72
--help This help screen
72
73
73
74
The following options are for developers only:
@@ -81,7 +82,12 @@ CSS::Sass Makefile.PL end-user options:
81
82
--checkout-deps Checkout submodules at linked commit (needs git repo)
82
83
--get-versions Show versions of all perl package (.pm) files
83
84
--set-versions Set versions of all perl package (.pm) files
85
+ --patch-gcc44 Patch libsass for gcc44 compatibility
84
86
--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
85
91
```
86
92
87
93
Documentation
You can’t perform that action at this time.
0 commit comments