mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 00:11:04 +00:00
compilers. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33972 72102866-910b-0410-8b05-ffd578937521
7 lines
358 B
Text
7 lines
358 B
Text
|
|
# This is here to force the test sourcecode to be treated as UTF-8
|
|
# irrespective of the locale the testsuite is being run in. That
|
|
# allows any UTF-8 characters in the source to be handled correctly
|
|
# by the compiler. Of course, all test files need to be written in
|
|
# UTF-8 encoding for this to make sense.
|
|
ADDITIONAL_OBJC_FLAGS+="-finput-charset=UTF-8"
|