Commit fb7404b
committed
build: Remove unnecessary DESTDIR from make_args
DESTDIR will not be used in both static and dynamic build because:
* In static build, nothing will be installed.
* In dynamic build, rbconfig.rb is explicitly told to mkmf and
`RbConfig::CONFIG['prefix']` points to the directory prefixed by DESTDIR
(usually derived from the location of rbconfig.rb itself).1 parent 250b2d9 commit fb7404b
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
0 commit comments