Skip to content

Commit

Permalink
osdep/mac/meson.build: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 authored and sfan5 committed Dec 9, 2024
1 parent 8eea590 commit baf5280
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions osdep/mac/meson.build
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# custom swift targets
bridge = join_paths(source_root, 'osdep/mac/app_bridge_objc.h')
header = join_paths(build_root, 'osdep/mac/swift.h')
module = join_paths(build_root, 'osdep/mac/swift.swiftmodule')
target = join_paths(build_root, 'osdep/mac/swift.o')

swift_flags = ['-c', '-emit-library', '-static', '-sdk', macos_sdk_path,
'-emit-objc-header', '-parse-as-library']
Expand Down

0 comments on commit baf5280

Please sign in to comment.