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:
+5
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user