Skip to content

Commit

Permalink
fuck windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wannkunstbeikor committed Jul 29, 2024
1 parent 4fcd2ea commit b1b5189
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Crypto/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ project('Crypto', 'cpp',
version : '0.1',
default_options : ['warning_level=3', 'cpp_std=c++14'])

add_global_link_arguments(
'-static-libgcc',
'-static-libstdc++',
'-static',
language: 'cpp',
)

lib = shared_library('crypto',
'lib.cpp',
dependencies: dependency('openssl', modules: ['crypto'], static: true))
Expand Down

0 comments on commit b1b5189

Please sign in to comment.