Skip to content

Commit

Permalink
交叉编译问题
Browse files Browse the repository at this point in the history
  • Loading branch information
askuy committed Dec 8, 2021
1 parent b8f3604 commit a473c88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions security/zzg_linux.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build linux

/*
* Copyright (c) 2000-2018, 达梦数据库有限公司.
* All rights reserved.
Expand Down
2 changes: 2 additions & 0 deletions security/zzg_mac.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build darwin

/*
* Copyright (c) 2000-2018, 达梦数据库有限公司.
* All rights reserved.
Expand Down
2 changes: 2 additions & 0 deletions security/zzh_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

/*
* Copyright (c) 2000-2018, 达梦数据库有限公司.
* All rights reserved.
Expand Down

0 comments on commit a473c88

Please sign in to comment.