Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
force compile in 32 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Sep 15, 2009
1 parent 259c665 commit f24071a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ext/extconf.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'mkmf'
ENV["ARCHFLAGS"] = "-arch i386"
require "mkmf"

$LDFLAGS = '-framework QuickTime'
create_makefile('rmov_ext')
$LDFLAGS = "-framework QuickTime"
create_makefile("rmov_ext")

0 comments on commit f24071a

Please sign in to comment.