aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 4cf30eb..6adfcb7 100755
--- a/build.sh
+++ b/build.sh
@@ -73,6 +73,7 @@ sed 's|BVGLOCATION|"/fsverify/share/warn.bvg"|g' ./verifyConfig.go.tmp > verify/
echo "Building fsverify"
cd verify
go build -a -tags netgo -ldflags '-w -extldflags "-static"' -o ../fsverify_root/bin/fsverify
+gcc getScreensize.c -o ../fsverify_root/bin/getscreensize
cd ..
echo "Building verifysetup"