mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 23:40:40 +02:00
rpm fpc_crosswin32: copy tools to fpc directory
git-svn-id: trunk@12752 -
This commit is contained in:
parent
f6a0ae85f2
commit
a4143985e3
@ -158,6 +158,13 @@ if [ $BuildCrossWin32RPM = "yes" ]; then
|
||||
cp -a $BuildRoot/binutils/cross/destination/$FPCLibDir/$Target $TmpSrcDir/$FPCLibDir/
|
||||
done
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# copy tools (windres)
|
||||
#----------------------------------------------------------------------------
|
||||
FPCLibDir=lib/fpc/$CompilerVersionStr # !!! no / at end
|
||||
DestDir=$FPCBuildDir/usr/$FPCLibDir
|
||||
cp -p $BuildRoot/bin/* $DestDir/
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# create tgz
|
||||
#----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user