Skip to content

Commit

Permalink
Get rid of ziglog name
Browse files Browse the repository at this point in the history
  • Loading branch information
g41797 committed Oct 8, 2024
1 parent 310e524 commit a73f7fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![](_logo/syslogzig-removebg.png)

# ziglog
# syslog

[![CI](https://github.com/g41797/ziglog/actions/workflows/ci.yml/badge.svg)](https://github.com/g41797/ziglog/actions/workflows/ci.yml)
[![CI](https://github.com/g41797/syslog/actions/workflows/ci.yml/badge.svg)](https://github.com/g41797/syslog/actions/workflows/ci.yml)

WIP

Expand Down
2 changes: 1 addition & 1 deletion _notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Get a tarball of any repo directly
zig build test -freference-trace --summary all

IDE:
/usr/bin/zig test --color on /home/g41797/CLionProjects/github.com/g41797/ziglog/src/root.zig -O Debug
/usr/bin/zig test --color on /home/g41797/CLionProjects/github.com/g41797/syslog/src/root.zig -O Debug

/usr/bin/zig build test --color on $PWD/src/root.zig -O Debug -freference-trace --summary all

Expand Down
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub fn build(b: *std.Build) void {
const optimize = b.standardOptimizeOption(.{});

const lib = b.addStaticLibrary(.{
.name = "ziglog",
.name = "syslog",
// In this case the main source file is merely a path, however, in more
// complicated build scripts, this could be a generated file.
.root_source_file = b.path("src/root.zig"),
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
// It is redundant to include "zig" in this name because it is already
// within the Zig package namespace.
.name = "ziglog",
.name = "syslog",

// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
Expand Down

0 comments on commit a73f7fb

Please sign in to comment.