aboutsummaryrefslogtreecommitdiffstats
path: root/games/pokerth/files/patch-pokerth__lib.pro
blob: fb20881d8be8e07b06af013a324dbe6146fcc57e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pokerth_lib.pro.orig	2020-04-01 19:13:37 UTC
+++ pokerth_lib.pro
@@ -31,7 +31,7 @@ INCLUDEPATH += . \
 		src/engine/network_engine \
 		src/config \
 		src/core \
-		src/third_party/websocketpp
+		$${PREFIX}/include/websocketpp
 
 DEPENDPATH += . \
 		src \