Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information