mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-21 13:23:30 +02:00
3 lines
85 B
Plaintext
3 lines
85 B
Plaintext
which_openssl := $(shell which openssl)
|
|
$(info $(shell $(which_openssl) version -a))
|