File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ yarn-error.log
11
11
12
12
# Xcode
13
13
#
14
- build /
14
+ build
15
15
* .pbxuser
16
16
! default.pbxuser
17
17
* .mode1v3
@@ -30,7 +30,7 @@ DerivedData
30
30
project.xcworkspace
31
31
32
32
# Android/IntelliJ
33
- build /
33
+ build
34
34
.idea
35
35
.gradle
36
36
local.properties
@@ -52,5 +52,5 @@ buck-out/
52
52
# Build
53
53
dist
54
54
package /lib
55
-
56
55
.vscode
56
+ ! package /script /build
Original file line number Diff line number Diff line change
1
+ diff --git a/src/cmake/BundleLibraries.cmake b/src/cmake/BundleLibraries.cmake
2
+ index 046a6af10d..b349442562 100644
3
+ --- a/src/cmake/BundleLibraries.cmake
4
+ +++ b/src/cmake/BundleLibraries.cmake
5
+ @@ -66,7 +66,7 @@ function(bundle_libraries output_target)
6
+ endif()
7
+ endforeach()
8
+
9
+ - add_library(${output_target} SHARED ${all_objects})
10
+ + add_library(${output_target} STATIC ${all_objects})
11
+
12
+ add_dependencies(${output_target} ${ARGN})
13
+
You can’t perform that action at this time.
0 commit comments