Skip to content

Commit

Permalink
pycryptodome: add SEPARATE_NAMESPACE option and enable it
Browse files Browse the repository at this point in the history
auto change namespace from Crypto to Cryptodome instead of relying on patches
upstream uses the same replacing strategy for file content in it's setup.py
  • Loading branch information
Rechi committed Sep 25, 2017
1 parent 727ffe8 commit 2a68c2b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1,667 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ ExternalProject_Add(pycryptodome
-DCMAKE_INSTALL_PREFIX:PATH=${INSTALL_PREFIX}
-DCMAKE_PREFIX_PATH:PATH=${PREFIX}/${KODI_PATH}%3B%3B${PREFIX}/python/${KODI_PATH}
-DBUILD_SHARED_LIBS:BOOL=ON
-DSEPARATE_NAMESPACE:BOOL=ON
)

ExternalProject_Add(shairplay
Expand Down
Loading

0 comments on commit 2a68c2b

Please sign in to comment.