diff options
Diffstat (limited to 'google_update')
-rw-r--r-- | google_update/using_google_update.scons | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/google_update/using_google_update.scons b/google_update/using_google_update.scons index 1469568..b60669a 100644 --- a/google_update/using_google_update.scons +++ b/google_update/using_google_update.scons @@ -12,4 +12,7 @@ env.Append( CPPPATH = [ '$GOOGLE_UPDATE_DIR', ], + LIBS = [ + 'google_update', + ], ) |