Current section

Files

Jump to
bundlex lib bundlex platform linux.ex
Raw

lib/bundlex/platform/linux.ex

defmodule Bundlex.Platform.Linux do
@moduledoc false
use Bundlex.Platform
@impl true
def toolchain_module() do
Bundlex.Toolchain.GCC
end
end