Skip to content

Commit

Permalink
src: do not link to lldb
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Jun 13, 2016
1 parent f7e3803 commit c926938
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ format:
clang-format -i src/*

_travis:
./gyp_llnode -Dlldb_dir=/usr/lib/llvm-3.6/ -Dlldb_lib=lldb-3.6 -f make
./gyp_llnode -Dlldb_dir=/usr/lib/llvm-3.6/ -f make
make -C out/
TEST_LLDB_BINARY=`which lldb-3.6` npm test

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sudo apt-get install lldb-3.8 lldb-3.8-dev
git clone https://chromium.googlesource.com/external/gyp.git tools/gyp

# Configure
./gyp_llnode -Dlldb_dir=/usr/lib/llvm-3.8/ -Dlldb_lib=lldb-3.8
./gyp_llnode -Dlldb_dir=/usr/lib/llvm-3.8/

# Build
make -C out/ -j9
Expand Down
3 changes: 0 additions & 3 deletions llnode.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
],
},
}, {
"ldflags": [
"-l<(lldb_lib)",
],
}],
],
}]
Expand Down

0 comments on commit c926938

Please sign in to comment.