Function isStaticLibrary [src]

Prototype

pub fn isStaticLibrary(compile: *const Compile) bool

Parameters

compile: *const Compile

Source

pub fn isStaticLibrary(compile: *const Compile) bool { return compile.kind == .lib and compile.linkage != .dynamic; }