This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Defaulting CC->cc and CXX->c++ for better cross platform support
pull/3/head
Dave Smith
15 years ago
parent
d1124f3040
commit
5ee59c377a
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/rebar_port_compiler.erl
+ 2
- 2
src/rebar_port_compiler.erl
View File
@ -311,8 +311,8 @@ os_env() ->
default_env
(
)
-
>
[
{
"
CC
"
,
"
g
cc
"
}
,
{
"
CXX
"
,
"
g
++
"
}
,
{
"
CC
"
,
"
cc
"
}
,
{
"
CXX
"
,
"
c
++
"
}
,
{
"
ERL_CFLAGS
"
,
lists
:
concat
(
[
"
-I
"
,
code
:
lib_dir
(
erl_interface
,
include
)
,
"
-I
"
,
filename
:
join
(
erts_dir
(
)
,
include
)
,
"
"
]
)
}
,
Write
Preview
Loading…
Cancel
Save