Method: XCCache::Installer::Build#install!

Defined in:
lib/xccache/installer/build.rb

#install!Object



11
12
13
14
15
16
17
18
19
20
21
22
# File 'lib/xccache/installer/build.rb', line 11

def install!
  perform_install do
    build(
      targets: @targets,
      out_dir: config.spm_cache_dir,
      symlinks_dir: config.spm_binaries_dir,
      checksum: true,
      **@build_options,
    )
    proxy_pkg.gen_proxy # Regenerate proxy to apply new cache after build
  end
end