Skip to content

Commit

Permalink
Fix the build tag that I broke
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Jan 2, 2024
1 parent 32bc3d7 commit 6d22901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/driver/mobile/app/darwin_desktop.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build darwin || !ios
//go:build darwin && !ios

#include "_cgo_export.h"
#include <pthread.h>
Expand Down

0 comments on commit 6d22901

Please sign in to comment.