Skip to content

Commit

Permalink
Fixed compile time gettext domain
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jan 7, 2016
1 parent a9f548c commit 403776c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ vala_precompile(VALA_C
)

# Compile C code
add_definitions(-DGETTEXT_PACKAGE="${GETTEXT_PACKAGE}")
add_definitions(-DGETTEXT_PACKAGE="${PROJECT_NAME}")
add_executable(${PROJECT_NAME} ${VALA_C} ${GLIB_RESOURCES})

# Installation
Expand Down

0 comments on commit 403776c

Please sign in to comment.