Skip to content

Commit

Permalink
iif
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Nov 29, 2024
1 parent a645eb5 commit 29c1a81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.50', version : '

# Global Arguments First

# system dependencies
cc = meson.get_compiler('c')

if get_option('wasan')
add_global_arguments('/DEBUG', language: 'c')
add_global_arguments('/MD', language: 'c')
Expand Down Expand Up @@ -121,8 +124,6 @@ endif
r2_libversion = host_machine.system() == 'windows' ? '' : r2_version
message('r2 lib version: ' + r2_libversion)

# system dependencies
cc = meson.get_compiler('c')
# required for linux
ldl = cc.find_library('dl', required: false)
pth = dependency('threads', required: false)
Expand Down

0 comments on commit 29c1a81

Please sign in to comment.