aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.nmake b/config.nmake
index e6417e6513..2feaccad58 100644
--- a/config.nmake
+++ b/config.nmake
@@ -34,8 +34,11 @@ WTAP_VERSION_MICRO=0
#
# Base directory, where your libraries reside, which are needed to
# compile the sources. This setting is used only inside this file.
+# This can be defined in the system environment.
#
+!IFNDEF WIRESHARK_LIBS
WIRESHARK_LIBS=C:\wireshark-$(WIRESHARK_TARGET_PLATFORM)-libs
+!ENDIF
#
# Base directory, where your programs reside.