Skip to content

Commit

Permalink
open62541: fix wrong var in RULES_OPCUA
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Sep 6, 2024
1 parent 9095e10 commit 6abbc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devOpcuaSup/open62541/RULES_OPCUA
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ define _OPEN62541_ADD_SDKLIBS
ifneq ($(OPEN62541_DEPLOY_MODE),EMBED)
$(1)_LIBS := $$($(1)_LIBS) $$(if $$(filter opcua,$$($(1)_LIBS)),$$(OPEN62541_LIBS))
endif
$(1)_SYS_LIBS_Linux := $$($(1)_SYS_LIBS_Linux) $$(if $$(filter opcua,$$($(1)_LIBS)),$$(OPCUA_SYS_LIBS_Linux))
$(1)_SYS_LIBS_Linux := $$($(1)_SYS_LIBS_Linux) $$(if $$(filter opcua,$$($(1)_LIBS)),$$(OPEN62541_SYS_LIBS_Linux))
endef

$(foreach loc,$(_OPCUA_CHECK_VARS),$(eval $(call _OPEN62541_ADD_SDKLIBS,$(loc))))
Expand Down

0 comments on commit 6abbc20

Please sign in to comment.