summary refs log blame commit diff
path: root/pkgs/games/rigsofrods/doubleslash.patch
blob: c62c5470dfc784da67b9dbe1fa165b93132c527e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                            
diff --git a/CMakeDependenciesConfig.txt b/CMakeDependenciesConfig.txt
index 447a440..e2562de 100644
--- a/CMakeDependenciesConfig.txt
+++ b/CMakeDependenciesConfig.txt
@@ -228,7 +228,7 @@ ELSEIF(UNIX)
    # Paged Geometry
    find_path(PAGED_INCLUDE_DIRS "PagedGeometry/PagedGeometry.h")
    if(PAGED_INCLUDE_DIRS)
-      set(PAGED_INCLUDE_DIRS "${PAGED_INCLUDE_DIRS};/${PAGED_INCLUDE_DIRS}/PagedGeometry")
+      set(PAGED_INCLUDE_DIRS "${PAGED_INCLUDE_DIRS};${PAGED_INCLUDE_DIRS}/PagedGeometry")
       find_library(PAGED_LIBRARIES "PagedGeometry")
       set(ROR_USE_PAGED ON)
    else()