pokerth: fix build error which was probably due to a changing C++ dependency (boost/g++?)

Ticks one box in #28643

(cherry picked from commit 5b943136fc)
This commit is contained in:
obadz
2017-09-02 14:59:21 +01:00
parent 2e60bbae9d
commit c91b4fe989

View File

@@ -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" ];