mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-14 08:16:28 +00:00
depot/openssl: mirror opensslconf.h at include/
Since Goa expects include files to reside at include/ or include/spec/{x86,x86_64,arm_64,64bit}, the src/lib/.../opensslconf.h is missed by Goa. This commit adds Goa compatibility for the openssl api archive. genodelabs/goa#81
This commit is contained in:
parent
9d7f8cfa9b
commit
889fe955aa
@ -18,6 +18,12 @@ include:
|
||||
mkdir $@
|
||||
cp -r $(PORT_DIR)/include/* $@/
|
||||
|
||||
content: include/spec
|
||||
|
||||
include/spec:
|
||||
mkdir -p $@
|
||||
cp -r $(REP_DIR)/src/lib/openssl/spec/* $@/
|
||||
|
||||
content: src/lib/openssl
|
||||
|
||||
src/lib/openssl:
|
||||
|
Loading…
x
Reference in New Issue
Block a user