summaryrefslogtreecommitdiff
path: root/platform/linuxbsd/export
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2021-09-07 16:30:50 -0300
committerGitHub <noreply@github.com>2021-09-07 16:30:50 -0300
commit58388f8cec58dbe29bfc21d01eea25994c08d650 (patch)
tree0e01bc0161795cb456afa784cdeebcb01c459ea5 /platform/linuxbsd/export
parent1eee73c26f236f57063806a7036b19d189d6322a (diff)
parent2daaf0fdc3e11a32f7f0c7767ae853cedfe29258 (diff)
Merge pull request #47391 from Calinou/platform-feature-tags-lowercase
Make platform feature tag names lowercase
Diffstat (limited to 'platform/linuxbsd/export')
-rw-r--r--platform/linuxbsd/export/export.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linuxbsd/export/export.cpp b/platform/linuxbsd/export/export.cpp
index 5c6be2d7d4..965a38ef4e 100644
--- a/platform/linuxbsd/export/export.cpp
+++ b/platform/linuxbsd/export/export.cpp
@@ -53,7 +53,7 @@ void register_linuxbsd_exporter() {
platform->set_debug_32("linux_x11_32_debug");
platform->set_release_64("linux_x11_64_release");
platform->set_debug_64("linux_x11_64_debug");
- platform->set_os_name("X11");
+ platform->set_os_name("LinuxBSD");
platform->set_chmod_flags(0755);
platform->set_fixup_embedded_pck_func(&fixup_embedded_pck);