mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 03:45:24 +00:00
parent
a99193ad90
commit
15dc2f3642
10
libports/lib/import/import-libcrypto.mk
Normal file
10
libports/lib/import/import-libcrypto.mk
Normal file
@ -0,0 +1,10 @@
|
||||
REP_INC_DIR += include/openssl
|
||||
|
||||
ifeq ($(filter-out $(SPECS),x86_32),)
|
||||
TARGET_CPUARCH=x86_32
|
||||
else ifeq ($(filter-out $(SPECS),x86_64),)
|
||||
TARGET_CPUARCH=x86_64
|
||||
endif
|
||||
|
||||
# include architecture specific opensslconf.h
|
||||
REP_INC_DIR += src/lib/openssl/$(TARGET_CPUARCH)
|
Loading…
x
Reference in New Issue
Block a user