Skip to content

Commit

Permalink
Updated linux build platform due to updates in teapot.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 20, 2012
1 parent 71e8ac5 commit 6857d82
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions infusion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,23 @@
# This file is part of the "Teapot" project, and is released under the MIT license.
#

required_version "0.1"
required_version "0.2"

define_platform "linux" do |platform|
platform.configure do
platform_path Pathname.new("/")

default architectures ["-arch i386", "-arch x86_64"]
default architectures []

buildflags {[
architectures
]}
buildflags [
:architectures
]

cflags {[
buildflags
]}

cxxflags {[
buildflags
]}
linkflags []

ccflags [:buildflags]
cxxflags [:buildflags]
ldflags [:buildflags, :linkflags]

configure []
end
Expand Down

0 comments on commit 6857d82

Please sign in to comment.