本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
SisMaker
/
rebar3
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
Projects
0
版本發佈
62
Wiki
活動
瀏覽代碼
Defaulting CC->cc and CXX->c++ for better cross platform support
pull/3/head
Dave Smith
15 年之前
父節點
d1124f3040
當前提交
5ee59c377a
共有
1 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/rebar_port_compiler.erl
+ 2
- 2
src/rebar_port_compiler.erl
查看文件
@ -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…
取消
儲存