Skip to content
Snippets Groups Projects
Unverified Commit 5514d064 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] workaround for MAKEFLAGS=w in dh

parent 75633117
Branches
Tags
No related merge requests found
......@@ -32,6 +32,13 @@ then
TARGET=riseup-vpn
fi
# XXX for some reason, MAKEFLAGS is set to "w"
# by debhelper
if [ "$MAKEFLAGS" == "w" ]
then
MAKEFLAGS=
fi
if [ "$XBUILD" == "$WIN64" ]
then
# TODO allow to override vars
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment