mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
fixing mac bustage, r=cls
This commit is contained in:
parent
7fbc90ffe6
commit
d53e0314f3
@ -166,7 +166,7 @@ CPPSRCS = \
|
||||
|
||||
EXPORTS = nsUCvLatinCID.h
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)/../util
|
||||
LOCAL_INCLUDES = -I$(srcdir)/../util -I$(srcdir)/../src
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
// labeled as us-ascii for iso-8859-1. Be generous here should be fine.
|
||||
|
||||
static const PRUint16 g_utMappingTable[] = {
|
||||
#include "../src/cp1252.ut"
|
||||
#include "cp1252.ut"
|
||||
};
|
||||
|
||||
static const PRInt16 g_utShiftTable[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user