Skip to content

Commit

Permalink
Add tinyexr to list of libs to link for iOS (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantrem authored Dec 4, 2021
1 parent 867bc35 commit 9295bd5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Modules/@babylonjs/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@types/jest": "^25.2.1",
"@types/react": "^16.9.32",
"@types/react-native": "^0.63.1",
"@types/react-native-permissions": "^2.0.0",
"@types/react-test-renderer": "^16.9.2",
"@types/semver": "^7.3.4",
"eslint": "7.12.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Pod::Spec.new do |s|
'spirv-cross-glsl',
'spirv-cross-hlsl',
'spirv-cross-msl',
'tinyexr',
'UrlLib',
'Window',
'XMLHttpRequest',
Expand Down
1 change: 1 addition & 0 deletions Package/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ const validate = async () => {
'Assembled/ios/libs/libspirv-cross-hlsl.a',
'Assembled/ios/libs/libspirv-cross-msl.a',
'Assembled/ios/libs/libSPIRV.a',
'Assembled/ios/libs/libtinyexr.a',
'Assembled/ios/libs/libUrlLib.a',
'Assembled/ios/libs/libWindow.a',
'Assembled/ios/libs/libXMLHttpRequest.a',
Expand Down
1 change: 1 addition & 0 deletions Package/iOS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ set(PACKAGED_LIBS
spirv-cross-glsl
spirv-cross-hlsl
spirv-cross-msl
tinyexr
UrlLib
Window
XMLHttpRequest
Expand Down

0 comments on commit 9295bd5

Please sign in to comment.