Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
302e3746
Unverified
Commit
302e3746
authored
Apr 18, 2019
by
Tatsuhiro Tsujikawa
Committed by
GitHub
Apr 18, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1337 from nghttp2/upgrade-mruby
Upgrade mruby
parents
3cdbc5f5
a6925186
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
third-party/Makefile.am
third-party/Makefile.am
+3
-2
third-party/mruby
third-party/mruby
+1
-1
No files found.
third-party/Makefile.am
View file @
302e3746
...
...
@@ -49,8 +49,9 @@ mruby:
MRUBY_CONFIG
=
"
${srcdir}
/build_config.rb"
\
BUILD_DIR
=
"
${abs_builddir}
/mruby/build"
\
INSTALL_DIR
=
"
${abs_builddir}
/mruby/build/install/bin"
\
CC
=
"
${CC}
"
CXX
=
"
${CXX}
"
LD
=
"
${LD}
"
\
CFLAGS
=
"
${CPPFLAGS}
${CFLAGS}
"
CXXFLAGS
=
"
${CPPFLAGS}
${CXXFLAGS}
"
\
CC
=
"
${CC}
"
CXX
=
"
$(
firstword
$(CXX)
)
"
LD
=
"
${LD}
"
\
CFLAGS
=
"
${CPPFLAGS}
${CFLAGS}
"
\
CXXFLAGS
=
"
$(
wordlist
2,
$(
words
$(CXX)
)
,
$(CXX)
)
${CPPFLAGS}
${CXXFLAGS}
"
\
LDFLAGS
=
"
${LDFLAGS}
"
\
"
${srcdir}
/mruby/minirake"
-f
"
${srcdir}
/mruby/Rakefile"
...
...
mruby
@
7c91efc1
Subproject commit
1c09046c13fc0a763583c6da0f1d350f6c41c4ca
Subproject commit
7c91efc1ffda769a5f1a872c646c82b00698f1b8
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