mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-01-31 01:25:21 +01:00
Fixed tag name for hidapi releases
This commit is contained in:
committed by
Filip Kubicz
parent
d64f6c6a16
commit
7d93b430a9
2
dist/hidapi.podspec
vendored
2
dist/hidapi.podspec
vendored
@@ -20,7 +20,7 @@ Pod::Spec.new do |spec|
|
||||
spec.platform = :osx
|
||||
spec.osx.deployment_target = "10.7"
|
||||
|
||||
spec.source = { :git => "https://github.com/libusb/hidapi.git", :tag => "#{spec.version}" }
|
||||
spec.source = { :git => "https://github.com/libusb/hidapi.git", :tag => "hidapi-#{spec.version}" }
|
||||
|
||||
spec.source_files = "mac/hid.c", "hidapi/hidapi.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user