We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4acbd commit 40f29ddCopy full SHA for 40f29dd
1 file changed
src/makefrag
@@ -12,7 +12,7 @@ FEATURETOOL := opp_featuretool
12
#
13
#CFLAGS += -Wold-style-cast
14
15
-ifneq (,$(findstring win32,$(PLATFORM)))
+ifeq ($(PLATFORM),win32)
16
17
# on windows we have to link with the ws2_32 (winsock2) library as it is no longer added
18
# to the omnetpp system libraries by default (as of OMNeT++ 5.1)
0 commit comments