Skip to content

Commit

Permalink
Added DEPLOYMENT_TYPE build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
confluence committed Aug 21, 2023
1 parent 125d477 commit 24f909a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed,-rpath,/opt/carta-casacore/lib

override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_TARGET_MULTIARCH)" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCartaUserFolderPrefix=".carta-beta"
-DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_TARGET_MULTIARCH)" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDEPLOYMENT_TYPE=deb -DCartaUserFolderPrefix=".carta-beta"

override_dh_shlibdeps:
dh_shlibdeps -l/opt/carta-casacore/lib
Expand Down

0 comments on commit 24f909a

Please sign in to comment.