diff --git a/stepmania/src/SConscript b/stepmania/src/SConscript index e28a172987..99ceb4199e 100644 --- a/stepmania/src/SConscript +++ b/stepmania/src/SConscript @@ -771,10 +771,9 @@ cryptopp = [ env = conf.Finish() -SConscript('libresample/SConscript') env.Append(CPPFLAGS=' -g2', CPPPATH=['.']) # NOPORT debug symbols? env.Program('stepmania', Screens + DataStructures + FileTypes + StepMania + Arch +\ ActorsInGameplayAndMenus + ActorsInMenus + ActorsInGameplay + Rage +\ - Actors + GlobalSingletons + crypto + cryptopp + [ "libresample/libresample.a" ] ) + Actors + GlobalSingletons + crypto + cryptopp )