Skip to content

Commit 40f29dd

Browse files
committed
build: aligned code in makefrag with OMNeT++ 6 ($(PLATFORM)) contains only platform, not the architecture)
1 parent 9e4acbd commit 40f29dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/makefrag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FEATURETOOL := opp_featuretool
1212
#
1313
#CFLAGS += -Wold-style-cast
1414

15-
ifneq (,$(findstring win32,$(PLATFORM)))
15+
ifeq ($(PLATFORM),win32)
1616
#
1717
# on windows we have to link with the ws2_32 (winsock2) library as it is no longer added
1818
# to the omnetpp system libraries by default (as of OMNeT++ 5.1)

0 commit comments

Comments
 (0)