We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995d0bb commit d530f1dCopy full SHA for d530f1d
Makefile
@@ -7,7 +7,7 @@ all:
7
.PHONY: install-osx
8
install-osx:
9
mkdir -p ~/Library/Application\ Support/LLDB/PlugIns/
10
- cp -rf ./out/Release/llnode.dylib \
+ cp -rf ./llnode.dylib \
11
~/Library/Application\ Support/LLDB/PlugIns/
12
13
.PHONY: uninstall-osx
@@ -17,7 +17,7 @@ uninstall-osx:
17
.PHONY: install-linux
18
install-linux:
19
mkdir -p /usr/lib/lldb/plugins
20
- cp -rf ./out/Release/lib.target/llnode.so /usr/lib/lldb/plugins
+ cp -rf ./llnode.so /usr/lib/lldb/plugins
21
22
.PHONY: uninstall-linux
23
uninstall-linux:
0 commit comments