mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
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:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user