Skip to content

Commit c78506b

Browse files
committed
Empty LD_LIBRARY_PATH seen by npm
This allows to build the vscode extension in the environment development that has the gtk3 closure, avoiding an issue with zlib versions mismatch.
1 parent 29d470d commit c78506b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ clean:
122122
rm -rf integration/vscode/ada/$(PLATFORM)
123123

124124
vscode:
125-
cd integration/vscode/ada; npm install && npm run compile
125+
cd integration/vscode/ada; LD_LIBRARY_PATH= npm install && npm run compile
126126
@echo Now run:
127127
@echo code --extensionDevelopmentPath=`pwd`/integration/vscode/ada/ `pwd`
128128

0 commit comments

Comments
 (0)