Enable UTF8 filename conversion for OS X
HFS drives are using combining characters, so use UTF-8-MAC encoding for iconv
This commit is contained in:
committed by
Thomas Bernard
parent
ffbf51a363
commit
5e3bbca49f
@@ -155,6 +155,8 @@ else
|
||||
endif
|
||||
LOPT += -lz
|
||||
endif
|
||||
COPT += -DENABLE_FILENAMES_ICONV
|
||||
LOPT += -liconv
|
||||
# Use gcc for compiling. Use ncc to build a callgraph and analyze the code.
|
||||
CC = gcc
|
||||
#CC = nccgen -ncgcc -ncld -ncfabs
|
||||
|
||||
Reference in New Issue
Block a user