Skip to content

Commit

Permalink
Fix build broken issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia committed Jun 2, 2022
1 parent 5a8bbf9 commit db93300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SymCrypt-OpenSSL-Debian/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $(TARGET): $(DEPENDS)
mkdir -p $(BUILD_ROOT_DIR)/usr/lib/ssl
cp -a $(DEST)/libsymcrypt.so* $(INSTALL_PATH)/
cp $(LIBSYMCRYPTENGINE) $(INSTALL_PATH)
ln -sf ../$(shell basename $(LIBSYMCRYPTENGINE)) $(INSTALL_PATH)/symcryptengine.so
ln -sf $(shell basename $(LIBSYMCRYPTENGINE)) $(INSTALL_PATH)/symcryptengine.so
ln -sf ../$(shell basename $(LIBSYMCRYPTENGINE)) $(ENGINES_PATH)/symcryptengine.so
chmod o+r $(INSTALL_PATH)/*
cp -rf debian/* $(DEBIAN_DIR)/
Expand Down

0 comments on commit db93300

Please sign in to comment.