Skip to content
Snippets Groups Projects
Commit 97d6b499 authored by Simon McVittie's avatar Simon McVittie
Browse files

build: Set the default prefix


It'll be easier to set up a test environment if we default to the
prefix into which we normally package it.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent efd65ce3
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ project(
default_options: [
'c_std=c99',
'cpp_std=c++11',
'prefix=/usr/lib/pressure-vessel/relocatable',
'warning_level=2',
],
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment