Skip to content

Commit

Permalink
build: aligned code in makefrag with OMNeT++ 6 ($(PLATFORM)) contains…
Browse files Browse the repository at this point in the history
… only platform, not the architecture)
  • Loading branch information
rhornig committed May 13, 2022
1 parent 9e4acbd commit 40f29dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefrag
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FEATURETOOL := opp_featuretool
#
#CFLAGS += -Wold-style-cast

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

0 comments on commit 40f29dd

Please sign in to comment.