Skip to content

Commit fe59ded

Browse files
authored
leverage libserum rotation fix (#94)
1 parent 124302b commit fe59ded

11 files changed

Lines changed: 12 additions & 3 deletions

File tree

platforms/android/arm64-v8a/external.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ cp -r third-party/include/lz4 ../../third-party/include/
6868
cp src/LZ4Stream.h ../../third-party/include/
6969
cp src/SceneGenerator.h ../../third-party/include/
7070
cp src/serum.h ../../third-party/include/
71+
cp src/TimeUtils.h ../../third-party/include/
7172
cp src/serum-decode.h ../../third-party/include/
7273
cp build/libserum.so ../../third-party/runtime-libs/android/arm64-v8a/
7374
cd ..

platforms/ios-simulator/arm64/external.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ cp -r third-party/include/lz4 ../../third-party/include/
6262
cp src/LZ4Stream.h ../../third-party/include/
6363
cp src/SceneGenerator.h ../../third-party/include/
6464
cp src/serum.h ../../third-party/include/
65+
cp src/TimeUtils.h ../../third-party/include/
6566
cp src/serum-decode.h ../../third-party/include/
6667
cp build/libserum.a ../../third-party/build-libs/ios-simulator/arm64/
6768
cd ..

platforms/ios/arm64/external.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ cp -r third-party/include/lz4 ../../third-party/include/
6262
cp src/LZ4Stream.h ../../third-party/include/
6363
cp src/SceneGenerator.h ../../third-party/include/
6464
cp src/serum.h ../../third-party/include/
65+
cp src/TimeUtils.h ../../third-party/include/
6566
cp src/serum-decode.h ../../third-party/include/
6667
cp build/libserum.a ../../third-party/build-libs/ios/arm64/
6768
cd ..

platforms/linux/aarch64/external.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ cp -r third-party/include/lz4 ../../third-party/include/
6767
cp src/LZ4Stream.h ../../third-party/include/
6868
cp src/SceneGenerator.h ../../third-party/include/
6969
cp src/serum.h ../../third-party/include/
70+
cp src/TimeUtils.h ../../third-party/include/
7071
cp src/serum-decode.h ../../third-party/include/
7172
cp -a build/libserum.{so,so.*} ../../third-party/runtime-libs/linux/aarch64/
7273
cd ..

platforms/linux/x64/external.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ cp -r third-party/include/lz4 ../../third-party/include/
6666
cp src/LZ4Stream.h ../../third-party/include/
6767
cp src/SceneGenerator.h ../../third-party/include/
6868
cp src/serum.h ../../third-party/include/
69+
cp src/TimeUtils.h ../../third-party/include/
6970
cp src/serum-decode.h ../../third-party/include/
7071
cp -a build/libserum.{so,so.*} ../../third-party/runtime-libs/linux/x64/
7172
cd ..

platforms/macos/arm64/external.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ cp -r third-party/include/lz4 ../../third-party/include/
6666
cp src/LZ4Stream.h ../../third-party/include/
6767
cp src/SceneGenerator.h ../../third-party/include/
6868
cp src/serum.h ../../third-party/include/
69+
cp src/TimeUtils.h ../../third-party/include/
6970
cp src/serum-decode.h ../../third-party/include/
7071
cp -a build/libserum.{dylib,*.dylib} ../../third-party/runtime-libs/macos/arm64/
7172
cd ..

platforms/macos/x64/external.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ cp -r third-party/include/lz4 ../../third-party/include/
6666
cp src/LZ4Stream.h ../../third-party/include/
6767
cp src/SceneGenerator.h ../../third-party/include/
6868
cp src/serum.h ../../third-party/include/
69+
cp src/TimeUtils.h ../../third-party/include/
6970
cp src/serum-decode.h ../../third-party/include/
7071
cp -a build/libserum.{dylib,*.dylib} ../../third-party/runtime-libs/macos/x64/
7172
cd ..

platforms/tvos/arm64/external.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ cp -r third-party/include/lz4 ../../third-party/include/
6262
cp src/LZ4Stream.h ../../third-party/include/
6363
cp src/SceneGenerator.h ../../third-party/include/
6464
cp src/serum.h ../../third-party/include/
65+
cp src/TimeUtils.h ../../third-party/include/
6566
cp src/serum-decode.h ../../third-party/include/
6667
cp build/libserum.a ../../third-party/build-libs/tvos/arm64/
6768
cd ..

platforms/win/x64/external.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ cp -r third-party/include/lz4 ../../third-party/include/
6868
cp src/LZ4Stream.h ../../third-party/include/
6969
cp src/SceneGenerator.h ../../third-party/include/
7070
cp src/serum.h ../../third-party/include/
71+
cp src/TimeUtils.h ../../third-party/include/
7172
cp src/serum-decode.h ../../third-party/include/
7273
cp build/${BUILD_TYPE}/serum64.lib ../../third-party/build-libs/win/x64/
7374
cp build/${BUILD_TYPE}/serum64.dll ../../third-party/runtime-libs/win/x64/

platforms/win/x86/external.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ cp -r third-party/include/lz4 ../../third-party/include/
7070
cp src/LZ4Stream.h ../../third-party/include/
7171
cp src/SceneGenerator.h ../../third-party/include/
7272
cp src/serum.h ../../third-party/include/
73+
cp src/TimeUtils.h ../../third-party/include/
7374
cp src/serum-decode.h ../../third-party/include/
7475
cp build/${BUILD_TYPE}/serum.lib ../../third-party/build-libs/win/x86/
7576
cp build/${BUILD_TYPE}/serum.dll ../../third-party/runtime-libs/win/x86/

0 commit comments

Comments
 (0)