diff --git a/fceu2.1.4a/SConstruct b/fceu2.1.4a/SConstruct index 12d3ef5..7b21558 100755 --- a/fceu2.1.4a/SConstruct +++ b/fceu2.1.4a/SConstruct @@ -65,6 +65,7 @@ else: env.Append(CCFLAGS =["-D_GTK_LITE"]) if env['GTK_LITE']: env.Append(CCFLAGS =["-D_GTK_LITE"]) + env.Append(LIBS = ["dl", "z"]) ### Lua platform defines ### Applies to all files even though only lua needs it, but should be ok