Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtmann authored and 0cyn committed Jan 10, 2024
1 parent b5fefde commit 6c16cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dragongen/generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def rules_and_build_statements(self) -> (list, list):
arch_specific_object_files.append(f'$builddir/{a}/{name}.o')
build_state.append(Build(f'$builddir/{a}/{name}.o', ruleid + f'{a}', f))

LINKER_FLAGS = { # Don't link objc/cpp if not needed
LINKER_FLAGS = { # Don't link objc if not needed
'objc': ['-lobjc'],
'objcxx': ['-lobjc'],
}
Expand Down

0 comments on commit 6c16cc4

Please sign in to comment.