Explorar o código

Added missing ROCKET_PATH for Linux

David Wimsey %!s(int64=11) %!d(string=hai) anos
pai
achega
b6f6631606
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Samples/pyinvaders/src/main.cpp

+ 1 - 0
Samples/pyinvaders/src/main.cpp

@@ -74,6 +74,7 @@ int main(int ROCKET_UNUSED_PARAMETER(argc), char** ROCKET_UNUSED_PARAMETER(argv)
 // @TODO Make these lookup at runtime rather than using hard coded paths
 #ifdef ROCKET_PLATFORM_LINUX
 #define APP_PATH "../Samples/pyinvaders/"
+#define ROCKET_PATH ""
 #else
 #define APP_PATH "../../Samples/pyinvaders/"
 #define ROCKET_PATH "."