Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
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
mruby
Commits
a3da4826
Commit
a3da4826
authored
Oct 14, 2021
by
John Bampton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix grammar in doc/guides/mrbgems.md
parent
6b3b1012
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/guides/mrbgems.md
doc/guides/mrbgems.md
+1
-1
No files found.
doc/guides/mrbgems.md
View file @
a3da4826
...
@@ -256,7 +256,7 @@ By default, `/...absolute path.../{GEM_NAME}/include` will be exported.
...
@@ -256,7 +256,7 @@ By default, `/...absolute path.../{GEM_NAME}/include` will be exported.
So it is recommended not to put GEM's local header files on include/.
So it is recommended not to put GEM's local header files on include/.
These exports are retroactive.
These exports are retroactive.
For example: when B depends
to C and A depends to
B, A will get include paths exported by C.
For example: when B depends
on C and A depends on
B, A will get include paths exported by C.
Exported include_paths are automatically appended to GEM local include_paths by rake.
Exported include_paths are automatically appended to GEM local include_paths by rake.
You can use
`spec.export_include_paths`
accessor if you want more complex build.
You can use
`spec.export_include_paths`
accessor if you want more complex build.
...
...
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