mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
remove specific glm version, don't specify commit
This commit is contained in:
parent
3c51f9cac7
commit
dd37516ed6
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ Pod::Spec.new do |s|
|
||||||
|
|
||||||
# Specify the location from where the source should be retrieved.
|
# Specify the location from where the source should be retrieved.
|
||||||
#
|
#
|
||||||
s.source = { :git => "https://github.com/worklist/hifi.git", :commit => "ddc85272b939922c32e6a80f763e6de3cb00ab1a" }
|
s.source = { :git => "https://github.com/worklist/hifi.git" }
|
||||||
|
|
||||||
s.platform = :ios
|
s.platform = :ios
|
||||||
s.ios.deployment_target = "6.0"
|
s.ios.deployment_target = "6.0"
|
||||||
|
@ -44,7 +44,7 @@ Pod::Spec.new do |s|
|
||||||
sp.source_files = "libraries/audio/src"
|
sp.source_files = "libraries/audio/src"
|
||||||
sp.public_header_files = "libraries/audio/src"
|
sp.public_header_files = "libraries/audio/src"
|
||||||
sp.xcconfig = { 'CLANG_CXX_LIBRARY' => "libc++" }
|
sp.xcconfig = { 'CLANG_CXX_LIBRARY' => "libc++" }
|
||||||
sp.dependency 'glm', '>= 0.9.4.3'
|
sp.dependency 'glm'
|
||||||
end
|
end
|
||||||
|
|
||||||
# A list of file patterns which select the header files that should be
|
# A list of file patterns which select the header files that should be
|
||||||
|
|
Loading…
Reference in a new issue