mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix support for compiling in VSCode
This commit is contained in:
parent
6e4ac0c501
commit
9be76cce9e
2 changed files with 2 additions and 2 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -19,7 +19,7 @@
|
||||||
"cwd": "."
|
"cwd": "."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Relive",
|
"name": "Relive (VSCode)",
|
||||||
"type": "erlang",
|
"type": "erlang",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"runinterminal": [
|
"runinterminal": [
|
||||||
|
|
2
.vscode/relive.sh
vendored
2
.vscode/relive.sh
vendored
|
@ -1,6 +1,6 @@
|
||||||
[ ! -f Makefile ] \
|
[ ! -f Makefile ] \
|
||||||
&& ./autogen.sh \
|
&& ./autogen.sh \
|
||||||
&& ./configure --with-rebar=rebar3 \
|
&& ./configure --with-rebar=rebar3 \
|
||||||
&& make deps
|
&& make
|
||||||
|
|
||||||
make relive
|
make relive
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue