Skip to content

Commit

Permalink
Removed -lcurl from aqtion-build
Browse files Browse the repository at this point in the history
  • Loading branch information
darkshade9 committed Aug 29, 2024
1 parent ae053e5 commit 1660de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -557,12 +557,12 @@ if get_option('aqtion-build')
dll_link_args += '-lcrypt32'
dll_link_args += '-lwsock32'
endif
dll_link_args += '-lcurl'
endif

if get_option('aqtion-curl')
config.set10('AQTION_CURL', true)
action_src += 'src/action/tng_net.c'
dll_link_args += '-lcurl'
game_deps += curl
endif

Expand Down

0 comments on commit 1660de1

Please sign in to comment.