mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-06 04:55:42 +01:00
3 lines
85 B
Plaintext
3 lines
85 B
Plaintext
which_openssl := $(shell which openssl)
|
|
$(info $(shell $(which_openssl) version -a))
|