diff options
Diffstat (limited to 'ds9/ds9.ini')
-rw-r--r-- | ds9/ds9.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ds9/ds9.ini b/ds9/ds9.ini index b480251..ab60443 100644 --- a/ds9/ds9.ini +++ b/ds9/ds9.ini @@ -19,13 +19,13 @@ build : gcc >=4.6 [osx] # run : - # + # [test] imports : - + commands : - + [cbc_build] linux : @@ -53,5 +53,5 @@ linux : cp -a bin/ds9* bin/x* $$PREFIX/bin windows : exit 1 - if errorlevel 1 exit 1 + if errorlevel 1 exit 1 |