File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ matrix:
2727 -DCRYPTOPP_LIBRARIES=/usr/lib/mxe/usr/$MXE_TARGET/lib/libcryptopp.a
2828 -DCRYPTOPP_INCLUDE_DIRS=/usr/lib/mxe/usr/$MXE_TARGET/include
2929 -DUID_SKIP_LEGACY=On
30- -DUID_PUBKEY_BYTES=$(../encode_openssl_modulus.py $(openssl rsa -noout -inform PEM -in faf_pub.pem -pubin -modulus))
30+ -DUID_PUBKEY_BYTES=$(../encode_openssl_modulus.py $(openssl rsa -noout -inform PEM -in ../ faf_pub.pem -pubin -modulus))
3131 ..
3232 - make -j8
3333 - cd ..
@@ -81,7 +81,7 @@ matrix:
8181 -DCRYPTOPP_INCLUDE_DIRS=$TRAVIS_BUILD_DIR
8282 -DCMAKE_CXX_FLAGS="-DCRYPTOPP_NO_BACKWARDS_COMPATIBILITY_562"
8383 -DCMAKE_BUILD_TYPE=MinSizeRel
84- -DUID_PUBKEY_BYTES=$(../encode_openssl_modulus.py $(openssl rsa -noout -inform PEM -in faf_pub.pem -pubin -modulus))
84+ -DUID_PUBKEY_BYTES=$(../encode_openssl_modulus.py $(openssl rsa -noout -inform PEM -in ../ faf_pub.pem -pubin -modulus))
8585 ..
8686 - make -j8
8787 - cd ..
You can’t perform that action at this time.
0 commit comments