Browse Source

Get rid of the embedded favicon.ico for seasocks

master
Ray Burgemeestre 3 weeks ago
parent
commit
8a1b353a73
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      seasocks/Makefile

+ 1
- 0
seasocks/Makefile View File

@@ -29,6 +29,7 @@ impl:
switch-to-latest-clang
apt-get update && apt-get install libz-dev -y && \
pushd seasocks && \
sed -i 's/favicon\.ico/favicon_\.ico/g' src/test/c/EmbeddedContentTests.cpp src/main/web/CMakeLists.txt && \
mkdir build && pushd build && \
CXX=$$(which c++) cmake -DCMAKE_INSTALL_PREFIX=$$PWD/seasocks_out .. && \
make -j $$(nproc) && \

Loading…
Cancel
Save