VisualGDB: fixed Release configuration incorrect path for strip command
This commit is contained in:
parent
34ce8706b3
commit
e0878f9c4c
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@
|
|||
<LibrarySearchDirectories>=/usr/local/lib;../../guisan-dev/lib;%(Link.LibrarySearchDirectories)</LibrarySearchDirectories>
|
||||
<AdditionalLibraryNames>SDL2;pthread;z;png;rt;xml2;FLAC;mpg123;dl;mpeg2convert;mpeg2;SDL2_image;SDL2_ttf;guisan;%(Link.AdditionalLibraryNames)</AdditionalLibraryNames>
|
||||
<LinkerScript />
|
||||
<CustomPostLinkTool>C:\SysGCC\raspberryStretch\bin\arm-linux-gnueabihf-strip</CustomPostLinkTool>
|
||||
<CustomPostLinkTool>C:\SysGCC\raspberry\bin\arm-linux-gnueabihf-strip</CustomPostLinkTool>
|
||||
<CustomPostLinkArguments>$@</CustomPostLinkArguments>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
|
@ -119,7 +119,7 @@
|
|||
<AdditionalLibraryNames>SDL2;pthread;z;png;rt;xml2;FLAC;mpg123;dl;mpeg2convert;mpeg2;SDL2_image;SDL2_ttf;guisan;bcm_host;%(Link.AdditionalLibraryNames)</AdditionalLibraryNames>
|
||||
<LinkerScript>
|
||||
</LinkerScript>
|
||||
<CustomPostLinkTool>C:\SysGCC\raspberryStretch\bin\arm-linux-gnueabihf-strip</CustomPostLinkTool>
|
||||
<CustomPostLinkTool>C:\SysGCC\raspberry\bin\arm-linux-gnueabihf-strip</CustomPostLinkTool>
|
||||
<CustomPostLinkArguments>$@</CustomPostLinkArguments>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue