Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185722
Collapse All | Expand All

(-)SConstruct.orig (-1 / +1 lines)
Lines 6-12 Link Here
6
envh = env.Copy()
6
envh = env.Copy()
7
envh.ParseConfig('pkg-config libusb --cflags --libs')
7
envh.ParseConfig('pkg-config libusb --cflags --libs')
8
envh.ParseConfig('pkg-config sdl --cflags --libs')
8
envh.ParseConfig('pkg-config sdl --cflags --libs')
9
envh.Append(RPATH = '.')
9
#envh.Append(RPATH = '.')
10
envh.Append(LIBS = 'ccm')
10
envh.Append(LIBS = 'ccm')
11
envh.Program('mcalib', ['huey.cpp', 'main.cpp'])
11
envh.Program('mcalib', ['huey.cpp', 'main.cpp'])
12
12

Return to bug 185722