Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Worthington committed Oct 31, 2014
1 parent 577e757 commit f0ff3d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if SYSTEM == :mac
sdk_path = %x{xcodebuild -sdk -version}.each_line.find do |line|
line.start_with?('Path:') && (line.include? 'MacOSX')
end.split(' ').last.chomp

LFLAGS[:all] += [
'-framework Cocoa',
'-framework WebKit',
Expand All @@ -98,7 +98,7 @@ if SYSTEM == :mac
'-mmacosx-version-min=10.8',
]
CFLAGS[:release] += ['-O3']
extra_headers += ['appIcon.png.h']
extra_headers += ['appIcon.png.h']
end

if SYSTEM == :linux
Expand Down

0 comments on commit f0ff3d1

Please sign in to comment.