Uranium: Adding CMAKE_COMMON_OPTIONS to rules

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
This commit is contained in:
Thomas Karl Pietrowski 2020-02-22 19:54:36 +01:00
parent 86de98cab4
commit 6d55f23e00
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ export DH_VERBOSE = 1
# Suppress __pycache__ pollution
export PYTHONDONTWRITEBYTECODE = 1
CMAKE_COMMON_OPTIONS := -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
%:
dh $@ --with python3 --buildsystem=cmake --parallel