File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,10 +213,10 @@ dependencies-mac: ## install dependencies for mac
213
213
brew unlink bison flex && brew link --force bison flex
214
214
215
215
dependencies-debian : # # install dependencies for linux - note that zip is needed by bootstrap_vcpkg.sh, do not remove
216
- apt-get install -y autoconf autoconf-archive automake bison cmake curl flex libtool ninja-build pkg-config tar unzip zip
216
+ apt-get install -y autoconf autoconf-archive automake bison cmake curl flex libtool ninja-build pkg-config tar unzip zip gcc libasan8 libubsan1
217
217
218
218
dependencies-fedora : # # install dependencies for linux - note that zip is needed by bootstrap_vcpkg.sh, do not remove
219
- yum install -y autoconf autoconf-archive automake bison ccache cmake curl flex libtool perl-IPC-Cmd pkg-config tar unzip zip
219
+ yum install -y autoconf autoconf-archive automake bison ccache cmake curl flex libtool perl-IPC-Cmd pkg-config tar unzip zip gcc libasan libubsan
220
220
221
221
dependencies-vcpkg : # # install dependencies via vcpkg
222
222
cd vcpkg && ./bootstrap-vcpkg.sh && ./vcpkg install
You can’t perform that action at this time.
0 commit comments