aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 3f73ccc0..3bbdb30c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -171,6 +171,7 @@ project('native') {
args 'natives.c'
if (os == Os.UNIX) {
args "-I${jre}/../include/linux"
+ args '-fPIC'
args '-o'
args 'build/libnatives.so'
args(arch == Arch.X86 ? '-m32' : '-m64')
ter-update-psalm-baseline Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/store/userconfig.ts
blob: ffe07a91bab0edd5f9499161767c33a5cfe78b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62