mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-01-31 01:25:21 +01:00
podspec: include darwin-specific header (#412)
This commit is contained in:
4
dist/hidapi.podspec
vendored
4
dist/hidapi.podspec
vendored
@@ -22,9 +22,9 @@ Pod::Spec.new do |spec|
|
||||
|
||||
spec.source = { :git => "https://github.com/libusb/hidapi.git", :tag => "hidapi-#{spec.version}" }
|
||||
|
||||
spec.source_files = "mac/hid.c", "hidapi/hidapi.h"
|
||||
spec.source_files = "mac/hid.c", "hidapi/hidapi.h", "mac/hidapi_darwin.h"
|
||||
|
||||
spec.public_header_files = "hidapi/hidapi.h"
|
||||
spec.public_header_files = "hidapi/hidapi.h", "mac/hidapi_darwin.h"
|
||||
|
||||
spec.frameworks = "IOKit", "CoreFoundation", "AppKit"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user