Skip to content

Commit

Permalink
Add build constraints for libwg_windows and libwg_android
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Jan 17, 2025
1 parent e4ea300 commit b691c97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wireguard-go-rs/libwg/libwg_android.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build android
// +build android

/* SPDX-License-Identifier: Apache-2.0
*
* Copyright (C) 2017-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
Expand Down
3 changes: 3 additions & 0 deletions wireguard-go-rs/libwg/libwg_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build windows
// +build windows

/* SPDX-License-Identifier: Apache-2.0
*
* Copyright (C) 2017-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
Expand Down

0 comments on commit b691c97

Please sign in to comment.