Skip to content

Commit 95ecefc

Browse files
committed
link to source dir
1 parent 845b118 commit 95ecefc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

buildscripts/docker/nondocker_windows_builder.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ export SCRIPT_ARCH=${WINEARCH}
1515
mkdir -p /build/download/
1616
mkdir -p /src/
1717

18+
ln -s /home/runner/work/qTox_enhanced/qTox_enhanced /qtox
19+
ls -ald /
20+
21+
exit 1
22+
1823
dpkg --add-architecture i386 && \
1924
apt-get update && apt-get install -y --no-install-recommends \
2025
autoconf \
@@ -285,4 +290,4 @@ mkdir -p /src/gdb && \
285290

286291
df -h
287292
mkdir -p /export/
288-
mkdir -p /qtox
293+

0 commit comments

Comments
 (0)