1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:24:49 +02:00

Import InspIRCd's vendoring tool and use it to vendor crypt_blowfish.

This commit is contained in:
Sadie Powell
2022-10-22 20:08:30 +01:00
parent 1664689eb7
commit 9d92de1157
7 changed files with 1065 additions and 832 deletions
+5 -1
View File
@@ -138,7 +138,11 @@ else()
endif()
# Use the following directories as includes
include_directories(${Anope_BINARY_DIR}/include ${Anope_SOURCE_DIR}/include)
include_directories(
${Anope_BINARY_DIR}/include
${Anope_SOURCE_DIR}/include
${Anope_SOURCE_DIR}/vendor
)
# Pass on REPRODUCIBLE_BUILD
if(REPRODUCIBLE_BUILD)