Skip to content

Commit 55ab2c8

Browse files
committed
Fix directory for new boringssl version build output
1 parent 72c9ecb commit 55ab2c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • codec-ohttp-hpke-native-boringssl

codec-ohttp-hpke-native-boringssl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313

314314
<!-- Only copy the libs and header files we need -->
315315
<mkdir dir="${boringsslHomeBuildDir}" />
316-
<copy file="${boringsslBuildDir}/crypto/${libcrypto}" todir="${boringsslHomeBuildDir}" verbose="true" />
316+
<copy file="${boringsslBuildDir}/${libcrypto}" todir="${boringsslHomeBuildDir}" verbose="true" />
317317
<copy todir="${boringsslHomeIncludeDir}" verbose="true">
318318
<fileset dir="${boringsslSourceDir}/include" />
319319
</copy>

0 commit comments

Comments
 (0)