Skip to content

Commit

Permalink
Update v0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
george012 committed Jun 15, 2024
1 parent bf0c4d1 commit c045773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cgo_darwin_arm64.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//go:build darwin && arm64

package fltk
package fltk_go

// #cgo darwin,arm64 CXXFLAGS: -std=c++11
// #cgo darwin,arm64 CPPFLAGS: -I${SRCDIR}/lib/darwin/arm64 -I${SRCDIR}/include -I${SRCDIR}/include/FL/images -I${SRCDIR}/include/png -I${SRCDIR}/include/zlib -I${SRCDIR}/include/jpeg -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT
Expand Down
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.20"
ProjectVersion = "v0.0.19"
)

0 comments on commit c045773

Please sign in to comment.