Skip to content
Snippets Groups Projects
Unverified Commit 76fc2f5b authored by Ian Douglas Scott's avatar Ian Douglas Scott
Browse files

Correct prefix for openssl in cargo build

parent 4e5179df
No related branches found
No related tags found
1 merge request!33Correct prefix for openssl in cargo build
......@@ -13,9 +13,9 @@ function recipe_build {
mkdir openssl-prefix
pushd openssl-redox
./Configure no-shared no-dgram redox-x86_64 --prefix="$PWD/../openssl-prefix"
./Configure no-shared no-dgram redox-x86_64 --prefix="/"
make -j"$(nproc)"
make install
make DESTDIR="$PWD/../openssl-prefix" install
popd
export OPENSSL_DIR=$PWD/openssl-prefix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment