Include subdirectory when generating makefile

This commit is contained in:
Chris Roberts 2023-06-21 12:28:05 -07:00
parent bdea8f8b16
commit f72cda8b49

View File

@ -10,7 +10,7 @@ append_ldflags(Shellwords.shellwords(ENV["LDFLAGS"])) if ENV["LDFLAGS"]
if have_header("openssl/opensslv.h")
append_ldflags(["-lssl", "-lcrypto"])
create_makefile("vagrant_ssl")
create_makefile("vagrant/vagrant_ssl")
else
# If the header file isn't found, just create a dummy
# Makefile and stub the library to make it a noop