Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
godvino authored Jan 8, 2023
1 parent 13bfe77 commit 6a97d13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ output = []

system = build_machine.system()
extension = 'a'
if system == 'windows'
extension = 'lib'
endif
#if system == 'windows'
# extension = 'lib'
#endif

output += ['lib' + meson.project_name() + '.' + extension]

Expand Down

0 comments on commit 6a97d13

Please sign in to comment.