We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08e11c commit 48ac1f2Copy full SHA for 48ac1f2
1 file changed
meson.build
@@ -97,8 +97,10 @@ adslib = static_library('AdsLib',
97
98
adslib_so = shared_library('adslib',
99
[common_files, router_files],
100
- cpp_args: '-DBHF_ADS_EXPORT_C',
101
- cpp_args: '-DBHF_ADS_USE_TWINCAT_ORDER',
+ cpp_args: [
+ '-DBHF_ADS_EXPORT_C',
102
+ '-DBHF_ADS_USE_TWINCAT_ORDER',
103
+ ],
104
include_directories: inc,
105
install: true,
106
dependencies: libs,
0 commit comments