Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderd committed Jun 25, 2022
1 parent da50f66 commit 6f40deb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN cd $HOME && \

## Сборка libsodium.
ENV SODIUM_URL https://github.com/jedisct1/libsodium.git
ENV SODIUM_VER 1.0.16
ENV SODIUM_VER stable
ENV SODIUM_REPO $HOME/libsodium
ENV SODIUM_PREFIX built-libsodium

Expand Down
4 changes: 2 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ lzmq_dll = env.SharedLibrary(f'{lzmq_path}/src/liblzmq.dll',
inst_dir = 'built'
inst_path = '{}/{}'.format(os.getcwd(), inst_dir)
mingw_libs = [
'/usr/lib/gcc/x86_64-w64-mingw32/8.3-win32/libgcc_s_seh-1.dll',
'/usr/lib/gcc/x86_64-w64-mingw32/8.3-win32/libstdc++-6.dll',
'/usr/lib/gcc/x86_64-w64-mingw32/10-win32/libgcc_s_seh-1.dll',
'/usr/lib/gcc/x86_64-w64-mingw32/10-win32/libstdc++-6.dll',
]

env.Install(inst_path,
Expand Down

0 comments on commit 6f40deb

Please sign in to comment.