diff options
-rw-r--r-- | games/xray_re-tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xray_re-tools/Makefile b/games/xray_re-tools/Makefile index 6267cb8bf449..7e162e8e333b 100644 --- a/games/xray_re-tools/Makefile +++ b/games/xray_re-tools/Makefile @@ -56,8 +56,7 @@ post-patch: post-configure: @${LN} -sf ${_NVTT_WRKSRC:sh}/src ${WRKSRC}/sources/3rd-party/nvtt - @${REINPLACE_CMD} -e '/#include "nvconfig\.h"/d' \ - ${WRKSRC}/sources/3rd-party/nvtt/nvcore/nvcore.h + @${ECHO_CMD} > ${WRKSRC}/sources/xray_re/nvconfig.h do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/converter \ |