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
redox-os
cookbook
Commits
5869d5cc
Verified
Commit
5869d5cc
authored
Dec 14, 2021
by
Jeremy Soller
Browse files
Add --bindir to llvm-config
parent
490a27bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/x86_64-unknown-redox-llvm-config
View file @
5869d5cc
...
...
@@ -108,6 +108,8 @@ if args == []:
fail
(
"no arguments"
)
elif
args
==
[
"--version"
]:
print
(
"10.0.1"
)
elif
args
==
[
"--bindir"
]:
print
(
prefix
+
"/bin"
)
elif
args
==
[
"--cppflags"
]:
print
(
"-I"
+
prefix
+
"/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
)
elif
args
==
[
"--cxxflags"
]:
...
...
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