Make the timestamp path correspond to the bundled target path
So different timestamps for different paths will be used. Extentions
paths in bundled gems contain ruby_version, which includes the ABI
version, and the same timestamp file for different paths resulted in
build failures when it changed.
Make the timestamp path correspond to the bundled target path
So different timestamps for different paths will be used. Extentions
paths in bundled gems contain
ruby_version
, which includes the ABIversion, and the same timestamp file for different paths resulted in
build failures when it changed.