mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 23:46:15 +01:00
0b9229beca
It doesn't work yet without the user manually adding ffi bits. That's the topic of the next commit. Signed-off-by: David Zeuthen <davidz@redhat.com>
7 lines
128 B
Python
7 lines
128 B
Python
# -*- Mode: Python -*-
|
|
|
|
DATADIR = "@datarootdir@"
|
|
DATADIR = DATADIR.replace(
|
|
"${prefix}", "@prefix@")
|
|
VERSION = "@VERSION@"
|