Skip to content

Commit bbb70c3

Browse files
committed
removed workaround of editing S2OPC include file
Signed-off-by: ashish-jabble <[email protected]>
1 parent 286881b commit bbb70c3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

others/scripts/s2opcua/requirements.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ git clone https://gitlab.com/systerel/S2OPC.git
6868
cd S2OPC
6969
cp ../scripts/s2opcua/S2OPC.patch .
7070
git apply S2OPC.patch
71-
cp ./src/Common/opcua_types/sopc_encodeabletype.h ../scripts/s2opcua/include
72-
ed ../scripts/s2opcua/include/sopc_encodeabletype.h << EOED
73-
,s/typedef const struct SOPC_EncodeableType/typedef struct SOPC_EncodeableType/1
74-
w
75-
q
76-
EOED
7771
BUILD_SHARED_LIBS=OFF
7872
CMAKE_INSTALL_PREFIX=/usr/local
7973
./build.sh

0 commit comments

Comments
 (0)