summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-02-03 22:21:16 +0200
committerSergeanur <s.anureev@yandex.ua>2021-02-03 22:21:16 +0200
commite077a6bf281f20be843766d31d13a3f5f5c5f70f (patch)
treef3b8ae50164711cec31288158d1bda38c900aad0
parentc002dd6cbaf642f24b33fbc2be3fff765024ee09 (diff)
Fix RW build
-rw-r--r--src/rw/TexRead.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rw/TexRead.cpp b/src/rw/TexRead.cpp
index 98e7d180..a3b2f7de 100644
--- a/src/rw/TexRead.cpp
+++ b/src/rw/TexRead.cpp
@@ -5,6 +5,9 @@
#include "common.h"
#ifdef ANISOTROPIC_FILTERING
#include "rpanisot.h"
+#ifndef LIBRW
+#pragma comment( lib, "rpanisot.lib" )
+#endif
#endif
#include "crossplatform.h"
#include "platform.h"