Fix compilation in tap shell
This commit is contained in:
parent
5388bb602e
commit
1233ae14cc
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
|||
yarn
|
||||
];
|
||||
env = [
|
||||
{ name = "CC"; value = "cc"; }
|
||||
{ name = "CPP"; value = "cpp"; }
|
||||
{ name = "CXX"; value = "c++"; }
|
||||
{ name = "GEM_HOME"; eval = "$PRJ_DATA_DIR/bundle/$(ruby -e 'puts RUBY_VERSION')"; }
|
||||
{ name = "PATH"; prefix = "$GEM_HOME/bin"; }
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue