diff options
Diffstat (limited to 'homebrew/ttyd/.make.sh-auto')
-rw-r--r-- | homebrew/ttyd/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/ttyd/.make.sh-auto b/homebrew/ttyd/.make.sh-auto new file mode 100644 index 000000000..8beda4ca1 --- /dev/null +++ b/homebrew/ttyd/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +cmake_args = std_cmake_args + ["-DOPENSSL_ROOT_DIR=#{Formula["openssl"].opt_prefix}"] +cmake . *cmake_args +make DESTDIR=${PKG_DEST} install |