Skip to content

Commit

Permalink
Ensure that KeymapSwitcher does not get stripped on Release build.
Browse files Browse the repository at this point in the history
See #8603 for history.
  • Loading branch information
siarzhuk committed Nov 6, 2012
1 parent 7c9e4b9 commit 79936aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/jam/OptionalPackages
Expand Up @@ -1161,11 +1161,13 @@ if [ IsOptionalHaikuImagePackageAdded KeymapSwitcher ] {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage
KeymapSwitcher-1.2.7-r1a4-x86-gcc4-2012-11-01.zip
: $(baseURL)/KeymapSwitcher-1.2.7-r1a4-x86-gcc4-2012-11-01.zip ;
: $(baseURL)/KeymapSwitcher-1.2.7-r1a4-x86-gcc4-2012-11-01.zip
: : : false ;
} else {
InstallOptionalHaikuImagePackage
KeymapSwitcher-1.2.7-r1a4-x86-gcc2-2012-11-01.zip
: $(baseURL)/KeymapSwitcher-1.2.7-r1a4-x86-gcc2-2012-11-01.zip ;
: $(baseURL)/KeymapSwitcher-1.2.7-r1a4-x86-gcc2-2012-11-01.zip
: : : false ;
}
AddSymlinkToHaikuImage home config settings deskbar Preferences
: /boot/common/bin/KeymapSwitcher ;
Expand Down

0 comments on commit 79936aa

Please sign in to comment.