Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-cli
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Operations
Operations
Metrics
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-cli
Commits
5725c027
Unverified
Commit
5725c027
authored
Jun 13, 2023
by
Cristian Maglie
Committed by
GitHub
Jun 13, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip-changelog] Allow non-cgo builds for Darwin (#2213)
parent
422a42cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
i18n/detect_cgo_darwin.go
i18n/detect_cgo_darwin.go
+2
-0
i18n/detect_nocgo_darwin.go
i18n/detect_nocgo_darwin.go
+22
-0
No files found.
i18n/detect_darwin.go
→
i18n/detect_
cgo_
darwin.go
View file @
5725c027
...
...
@@ -13,6 +13,8 @@
// Arduino software without disclosing the source code of your own applications.
// To purchase a commercial license, send an email to license@arduino.cc.
//go:build darwin && cgo
package
i18n
/*
...
...
i18n/detect_nocgo_darwin.go
0 → 100644
View file @
5725c027
// This file is part of arduino-cli.
//
// Copyright 2020 ARDUINO SA (http://www.arduino.cc/)
//
// This software is released under the GNU General Public License version 3,
// which covers the main part of arduino-cli.
// The terms of this license can be found at:
// https://www.gnu.org/licenses/gpl-3.0.en.html
//
// You can be released from the requirements of the above licenses by purchasing
// a commercial license. Buying such a license is mandatory if you want to
// modify or otherwise use the software for commercial activities involving the
// Arduino software without disclosing the source code of your own applications.
// To purchase a commercial license, send an email to license@arduino.cc.
//go:build darwin && !cgo
package
i18n
func
getLocaleIdentifier
()
string
{
return
getLocaleIdentifierFromEnv
()
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment