summaryrefslogtreecommitdiff
path: root/Configurations/50-haiku.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Configurations/50-haiku.conf')
-rw-r--r--Configurations/50-haiku.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/50-haiku.conf b/Configurations/50-haiku.conf
index f114666609..aea5b2b5cb 100644
--- a/Configurations/50-haiku.conf
+++ b/Configurations/50-haiku.conf
@@ -14,7 +14,7 @@
shared_target => "gnu-shared",
shared_cflag => "-fPIC",
shared_ldflag => "-shared",
- shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)",
},
"haiku-x86" => {
inherit_from => [ "haiku-common", asm("x86_elf_asm") ],