Skip to content

Commit

Permalink
Meson: fix missing variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Dec 5, 2024
1 parent e227341 commit 1a9b3b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/realmd/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ endif

realmd_inc = include_directories(realmd_inc_dirs)

local_linker = _linker_args

if build_machine.system() == 'darwin'
local_linker = [_linker_args, '-Wl,no_fixup_chains -framework Carbon']
endif
Expand Down

0 comments on commit 1a9b3b2

Please sign in to comment.