Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Oct 31, 2024
1 parent 3210805 commit 00d8396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boringssl-static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
<if>
<equals arg1="${os.detected.name}" arg2="linux" />
<then>
<property name="ldFlags" value="-L${boringsslHome}/ssl -L${boringsslHome}/crypto -lssl -lcrypto -static-libstdc++ -l:libstdc++.a" />
<property name="ldflags" value="-L${boringsslHome}/ssl -L${boringsslHome}/crypto -lssl -lcrypto -static-libstdc++ -l:libstdc++.a" />
</then>
</if>
</target>
Expand Down

0 comments on commit 00d8396

Please sign in to comment.