Skip to content

Commit

Permalink
Fix build on Linux
Browse files Browse the repository at this point in the history
Stub out some translation macros for host build, so the now localized
package solver can be built there.
  • Loading branch information
pulkomandy committed Feb 11, 2017
1 parent cf0ba05 commit 100775b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions headers/build/os/locale/Catalog.h
@@ -0,0 +1,13 @@
/*
* Copyright 2017, Haiku, Inc.
* Distributed under the terms of the MIT License.
*/
#ifndef _CATALOG_H_
#define _CATALOG_H_

#ifndef B_AVOID_TRANSLATION_MACROS
#define B_TRANSLATE_MARK(x) x
#define B_TRANSLATE_NOCOLLECT(x) x
#endif

#endif

0 comments on commit 100775b

Please sign in to comment.