Revision: 1506
http://sourceforge.net/p/opengtoolkit/svn/1506
Author: labviewer
Date: 2015-04-10 10:11:59 +0000 (Fri, 10 Apr 2015)
Log Message:
-----------
Fixed bug where the x64 RT target would copy the arm file to the target.
Modified Paths:
--------------
trunk/lvzip/RT Images/lvzlib_linux-x64.cdf
Modified: trunk/lvzip/RT Images/lvzlib_linux-x64.cdf
===================================================================
--- trunk/lvzip/RT Images/lvzlib_linux-x64.cdf 2015-04-09 22:24:01 UTC (rev 1505)
+++ trunk/lvzip/RT Images/lvzlib_linux-x64.cdf 2015-04-10 10:11:59 UTC (rev 1506)
@@ -5,6 +5,6 @@
<ABSTRACT>Support files neccessary to use the OpenG ZIP library.</ABSTRACT>
<IMPLEMENTATION>
<OS VALUE="NI-Linux x64" />
- <CODEBASE FILENAME="LinuxRT_arm/liblvzlib.so" TARGET="/usr/local/lib/liblvzlib.so"/>
+ <CODEBASE FILENAME="LinuxRT_x64/liblvzlib.so" TARGET="/usr/local/lib/liblvzlib.so"/>
</IMPLEMENTATION>
</SOFTPKG>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|