diff options
author | siddhu8990 | 2016-03-02 14:20:36 +0530 |
---|---|---|
committer | siddhu8990 | 2016-03-02 14:20:36 +0530 |
commit | 7c5fc74b8ea4a27dac0b44d681d36e46ac08d8fa (patch) | |
tree | ff30a832e36ff486311f9c5725d3147b7981886a /macros/findDeps/getAllLibraries.sci | |
parent | bbdc94252ee563f0b01d4949868a583e43a2e6a8 (diff) | |
download | Scilab2C_fossee_old-7c5fc74b8ea4a27dac0b44d681d36e46ac08d8fa.tar.gz Scilab2C_fossee_old-7c5fc74b8ea4a27dac0b44d681d36e46ac08d8fa.tar.bz2 Scilab2C_fossee_old-7c5fc74b8ea4a27dac0b44d681d36e46ac08d8fa.zip |
Intermediate commit
Diffstat (limited to 'macros/findDeps/getAllLibraries.sci')
-rw-r--r-- | macros/findDeps/getAllLibraries.sci | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/findDeps/getAllLibraries.sci b/macros/findDeps/getAllLibraries.sci index 1d633ea..f309f0b 100644 --- a/macros/findDeps/getAllLibraries.sci +++ b/macros/findDeps/getAllLibraries.sci @@ -12,6 +12,8 @@ function allLibraries = getAllLibraries(Target) if Target == "RPi" allLibraries = RPi_libs; + else + allLibraries = []; end endfunction |