Skip to content

Commit

Permalink
Fixed openal library name
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 27, 2013
1 parent c2d713d commit e00547b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teapot.rb
Expand Up @@ -32,7 +32,7 @@
target.provides :platform => "Platform/linux"

target.provides "Library/OpenAL" do
append linkflags "-lAL"
append linkflags "-lopenal"
end

target.provides "Library/z" do
Expand Down

0 comments on commit e00547b

Please sign in to comment.