Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mkcl
mkcl
Commits
12f307a3
Commit
12f307a3
authored
May 19, 2020
by
Jean-Claude Beaudoin
Browse files
Add Android to the cl:*features* list to identify Google's Android systems.
parent
c42d84f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/c/main.d
View file @
12f307a3
...
...
@@ -106,6 +106,9 @@ static const char * const feature_names[] = {
#
ifdef
__linux
"LINUX"
,
#
endif
#
if
__ANDROID__
"ANDROID"
,
#
endif
#
if
__FreeBSD__
"FREEBSD"
,
#
endif
...
...
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