File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -40,3 +40,6 @@ CFLAGS="-fPIC -I${TOOLS_PATH}/deps/include" ./configure \
40
40
make -j ${NUM_CPUS}
41
41
make -j ${NUM_CPUS} install DESTDIR=${ROOT} /out
42
42
make -j ${NUM_CPUS} install-private-headers DESTDIR=${ROOT} /out
43
+
44
+ # For some reason libtcl*.a have weird permissions. Fix that.
45
+ chmod 644 ${ROOT} /out/tools/deps/lib/libtcl* .a
Original file line number Diff line number Diff line change @@ -41,3 +41,6 @@ CFLAGS="${CFLAGS}" ./configure \
41
41
42
42
make -j ${NUM_CPUS}
43
43
make -j ${NUM_CPUS} install DESTDIR=${ROOT} /out
44
+
45
+ # For some reason libtk*.a have weird permissions. Fix that.
46
+ chmod 644 ${ROOT} /out/tools/deps/lib/Tix* /libTix* .a
Original file line number Diff line number Diff line change @@ -46,4 +46,8 @@ make -j ${NUM_CPUS}
46
46
touch wish
47
47
make -j ${NUM_CPUS} install DESTDIR=${ROOT} /out
48
48
make -j ${NUM_CPUS} install-private-headers DESTDIR=${ROOT} /out
49
+
50
+ # For some reason libtk*.a have weird permissions. Fix that.
51
+ chmod 644 /${ROOT} /out/tools/deps/lib/libtk* .a
52
+
49
53
rm ${ROOT} /out/tools/deps/bin/wish*
You can’t perform that action at this time.
0 commit comments