Class: Kompo::Packing

Inherits:
Taski::Section
  • Object
show all
Defined in:
lib/kompo/tasks/packing.rb

Overview

Section to compile the final binary. Switches implementation based on the current platform. Uses CollectDependencies’s exported values for dependencies.

Defined Under Namespace

Modules: CommonHelpers Classes: ForLinux, ForMacOS

Instance Method Summary collapse

Instance Method Details

#implObject



13
14
15
# File 'lib/kompo/tasks/packing.rb', line 13

def impl
  macos? ? ForMacOS : ForLinux
end