pokerth: fix build error which was probably due to a changing C++ dependency (boost/g++?)
Ticks one box in #28643
This commit is contained in:
parent
b3f9b0d0cc
commit
5b943136fc
@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "out" "server" ];
|
||||
|
||||
qmakeFlags = [ "pokerth.pro" ];
|
||||
qmakeFlags = [ "pokerth.pro" "DEFINES+=_WEBSOCKETPP_NOEXCEPT_TOKEN_=noexcept" ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-I${SDL.dev}/include/SDL" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user