Skip to content

Commit

Permalink
Keep #cgo declarations in a single file
Browse files Browse the repository at this point in the history
  • Loading branch information
ravicious authored and github-actions committed Jul 29, 2024
1 parent 49e89e7 commit 4600a22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/vnet/daemon/client_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

package daemon

// #cgo CFLAGS: -Wall -xobjective-c -fblocks -fobjc-arc -mmacosx-version-min=10.15
// #cgo LDFLAGS: -framework Foundation -framework ServiceManagement
// #include <stdlib.h>
// #include "client_darwin.h"
// #include "common_darwin.h"
Expand Down
2 changes: 0 additions & 2 deletions lib/vnet/daemon/service_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

package daemon

// #cgo CFLAGS: -Wall -xobjective-c -fblocks -fobjc-arc -mmacosx-version-min=10.15
// #cgo LDFLAGS: -framework Foundation
// #include <stdlib.h>
// #include "service_darwin.h"
import "C"
Expand Down

0 comments on commit 4600a22

Please sign in to comment.