Skip to content

Commit

Permalink
Build scripts updated for dnp3 client x64-win.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Jun 23, 2023
1 parent 2ef7118 commit ca00e70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform-linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1
# Dnp3Client is Windows-only (must run under Wine on Linux)
cp src/dnp3/Dnp3Client/Dependencies/OpenSSL/*.dll bin-wine/
cd src/dnp3/Dnp3Client
dotnet publish --self-contained --runtime win-x64 -p:PublishReadyToRun=false -c Release -o ../../../bin-wine/ Dnp3Client.csproj
dotnet publish --self-contained --runtime win-x64 -p:PublishReadyToRun=true -c Release -o ../../../bin-wine/ Dnp3Client.csproj

cd ../../libiec61850
make
Expand Down
2 changes: 1 addition & 1 deletion platform-mac/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1
# Dnp3Client is Windows-only (must run under Wine on Linux)
cp src/dnp3/Dnp3Client/Dependencies/OpenSSL/*.dll bin-wine/
cd src/dnp3/Dnp3Client
dotnet publish --self-contained --runtime win-x64 -p:PublishReadyToRun=false -c Release -o ../../../bin-wine/ Dnp3Client.csproj
dotnet publish --self-contained --runtime win-x64 -p:PublishReadyToRun=true -c Release -o ../../../bin-wine/ Dnp3Client.csproj

cd ../../libiec61850
make
Expand Down

0 comments on commit ca00e70

Please sign in to comment.