Skip to content

Commit

Permalink
Gravity: spaces => tabs in Jamfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Apr 13, 2016
1 parent 598880f commit 8997220
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/add-ons/screen_savers/gravity/Jamfile
Expand Up @@ -4,7 +4,7 @@ UseBuildFeatureHeaders mesa ;

# For GCC2
if $(TARGET_GCC_VERSION_$(TARGET_PACKAGING_ARCH)[1]) < 3 {
SubDirC++Flags --no-warnings ;
SubDirC++Flags --no-warnings ;
}

AddResources Gravity : Gravity.rdef ;
Expand All @@ -22,8 +22,8 @@ Includes [ FGristFiles $(sources) ] :
[ BuildFeatureAttribute glu : headers ]
[ BuildFeatureAttribute mesa : headers ]
;
# Dependency needed to trigger downloading/unzipping the package before
# compiling the files.
# Dependency needed to trigger downloading/unzipping the package before
# compiling the files.

ScreenSaver Gravity :
$(sources)
Expand Down

0 comments on commit 8997220

Please sign in to comment.