From 1b313134ea4b7cce931de1562b06585c6ef3f206 Mon Sep 17 00:00:00 2001 From: pabs3 Date: Sun, 30 Mar 2008 10:24:24 +0000 Subject: [PATCH] Disable the System.nsi test on Unix, it requires System::Call git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5594 212acab6-be3b-0410-9dea-997c60f758d6 --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index 24277a1d..abed363c 100644 --- a/SConstruct +++ b/SConstruct @@ -142,6 +142,7 @@ Examples/FileFuncTest.nsi Examples/Library.nsi Examples/makensis.nsi Examples/gfx.nsi +Examples/System/System.nsi Examples/nsDialogs/example.nsi Examples/nsDialogs/InstallOptions.nsi Examples/nsDialogs/welcome.nsi""")