summaryrefslogtreecommitdiff
path: root/macros/findDeps/getAllLibraries.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/findDeps/getAllLibraries.sci')
-rw-r--r--macros/findDeps/getAllLibraries.sci1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/findDeps/getAllLibraries.sci b/macros/findDeps/getAllLibraries.sci
index c0f07d5..9d74bbf 100644
--- a/macros/findDeps/getAllLibraries.sci
+++ b/macros/findDeps/getAllLibraries.sci
@@ -24,6 +24,7 @@ function allLibraries = getAllLibraries(SharedInfo)
Target = SharedInfo.Target;
//Library files required for "RasberryPi" target
RPi_libs = [
+ "thirdparty/lib/raspberrypi/libRPIwfi.a"
"thirdparty/lib/raspberrypi/libwiringPi.a"
"thirdparty/lib/raspberrypi/libwiringPiDev.a"
"thirdparty/lib/raspberrypi/libcblas.a"