FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
mruby/mrbgems/mruby-socket/mrbgem.rake at master · lineCode/mruby · GitHub
lineCode
/
mruby
Public
forked from
mruby/mruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
mruby
/
mrbgems
/
mruby-socket
/
mrbgem.rake
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (15 loc) · 561 Bytes
Breadcrumbs
mruby
/
mrbgems
/
mruby-socket
/
mrbgem.rake
Copy path
File metadata and controls
18 lines (15 loc) · 561 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
MRuby
::
Gem
::
Specification
.
new
(
'mruby-socket'
)
do
|
spec
|
spec
.
license
=
'MIT'
spec
.
authors
=
[
'Internet Initiative Japan'
,
'mruby developers'
]
spec
.
summary
=
'standard socket class'
spec
.
cc
.
include_paths
<<
"
#{
build
.
root
}
/src"
#spec.cc.defines << "HAVE_SA_LEN=0"
# If Windows, use winsock
if
for_windows?
spec
.
linker
.
libraries
<<
"wsock32"
spec
.
linker
.
libraries
<<
"ws2_32"
end
spec
.
add_dependency
(
'mruby-io'
,
:core
=>
'mruby-io'
)
spec
.
add_dependency
(
'mruby-pack'
,
:core
=>
'mruby-pack'
)
# spec.add_dependency('mruby-mtest')
end
Back
|
FazBrowse Home
|
New Git URL