Skip to content

Commit

Permalink
macos fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
rindeal authored Aug 8, 2024
1 parent 1104106 commit 15c7192
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'amalgamate',
['cpp', ],
'cpp',
version : '1.0.0',
default_options : [
'cpp_std=c++17',
Expand All @@ -10,9 +10,9 @@ project(
'default_library=static',
],
)
if host_machine.system() == 'darwin'
add_languages('objcpp', native: true, required: true)
endif
#if host_machine.system() == 'darwin'
add_languages('objcpp', native: false, required: true)
#endif

executable_name = meson.project_name()
manpage_name = executable_name + '.1'
Expand Down

0 comments on commit 15c7192

Please sign in to comment.