Skip to content

Commit

Permalink
exclude darwin from sdl builds
Browse files Browse the repository at this point in the history
github workflow crashes and I can't say whay
  • Loading branch information
gucio321 committed Nov 23, 2023
1 parent e915de7 commit 70cf929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdl_backend.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build !exclude_cimgui_sdl

Check failure on line 1 in sdl_backend.go

View workflow job for this annotation

GitHub Actions / Run go unittests (ubuntu-latest)

multiple //go:build comments

Check failure on line 1 in sdl_backend.go

View workflow job for this annotation

GitHub Actions / Run go unittests (macos-latest)

multiple //go:build comments
//go:build !darwin
// +build !exclude_cimgui_sdl

package imgui
Expand Down

0 comments on commit 70cf929

Please sign in to comment.