export symboles

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1215 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-11-19 10:43:10 +00:00
parent 2e332c1094
commit a006e258ec

View file

@ -15,7 +15,7 @@ files = [
]
env_wiiuse = env.Clone(
CCFLAGS = env.filterWarnings(env['CCFLAGS']),
CCFLAGS = env.filterWarnings(env['CCFLAGS']) + ' -fvisibility=default',
CXXFLAGS = env.filterWarnings(env['CXXFLAGS']),
)