Skip to content

Commit

Permalink
Update v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
george012 committed Jun 14, 2024
1 parent df82705 commit ca771b6
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package config

const (
ProjectName = "fltk_go"
ProjectVersion = "v0.0.14"
ProjectVersion = "v0.0.15"
)
2 changes: 1 addition & 1 deletion fltk-build.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func main() {
}
defer cgoFile.Close()
fmt.Fprintf(cgoFile, "//go:build %s && %s\n\n", runtime.GOOS, runtime.GOARCH)
fmt.Fprintln(cgoFile, "package fltk\n")
fmt.Fprintln(cgoFile, "package fltk_go\n")
fmt.Fprintf(cgoFile, "// #cgo %s,%s CXXFLAGS: -std=c++11\n", runtime.GOOS, runtime.GOARCH)

if runtime.GOOS != "windows" {
Expand Down
Binary file modified lib/darwin/amd64/libfltk.a
Binary file not shown.
Binary file modified lib/darwin/amd64/libfltk_forms.a
Binary file not shown.
Binary file modified lib/darwin/amd64/libfltk_gl.a
Binary file not shown.
Binary file modified lib/darwin/amd64/libfltk_images.a
Binary file not shown.
Binary file modified lib/darwin/amd64/libfltk_jpeg.a
Binary file not shown.
Binary file modified lib/darwin/amd64/libfltk_png.a
Binary file not shown.
Binary file modified lib/darwin/amd64/libfltk_z.a
Binary file not shown.

0 comments on commit ca771b6

Please sign in to comment.