Skip to content
/ zig-gnu-starter Public template

Starter project that automatically defaults to GNU, obviating the need for any preinstalled libc (on Windows)

Notifications You must be signed in to change notification settings

GoNZooo/zig-gnu-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zig-gnu-starter

By default Zig defaults to looking for vcruntime, which makes it so that one cannot compile Zig code that relies on libc without installing MSVC.

Setting the target to native-native-gnu fixes this, as Zig falls back to the MinGW code that it itself ships. This template repository sets that default target automatically.

About

Starter project that automatically defaults to GNU, obviating the need for any preinstalled libc (on Windows)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages