Merge pull request #16739 from vrthra/15994

zandronum: fix build
This commit is contained in:
Nikolay Amiantov 2016-07-07 14:22:52 +04:00 committed by GitHub
commit 369f255e95

View File

@ -24,6 +24,8 @@ in stdenv.mkDerivation {
preConfigure = ''
ln -s ${sqlite-amalgamation}/* sqlite/
sed -ie 's| restrict| _restrict|g' dumb/include/dumb.h \
dumb/src/it/*.c
'';
cmakeFlags =