Commit aa166550 authored by Mike Gabriel's avatar Mike Gabriel

fix for patch 016_nx-x11-install.patch (2)

parent 37c5f0ee
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#ifndef UsrLibDir #ifndef UsrLibDir
#ifdef ProjectRoot #ifdef ProjectRoot
-#define UsrLibDir Concat3(ProjectRoot,/,LibDirName) -#define UsrLibDir Concat3(ProjectRoot,/,LibDirName)
+#define UsrLibDir Concat5(ProjectRoot,/,LibDirName,/,nx) +#define UsrLibDir Concat4(ProjectRoot,/,LibDirName,/nx)
#ifndef AlternateUsrLibDir #ifndef AlternateUsrLibDir
#define AlternateUsrLibDir YES #define AlternateUsrLibDir YES
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment