mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-18 08:30:43 +08:00
[RM-675] make sure that add "require ‘pathname'" in where uses Pathname in order to fix that it can't build extension with system bundled ruby
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
require 'pathname'
|
||||
require 'motion/project/app'
|
||||
require 'motion/util/version'
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
require 'pathname'
|
||||
require 'motion/project/builder'
|
||||
|
||||
module Motion; module Project
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
require 'pathname'
|
||||
require 'motion/project/builder'
|
||||
|
||||
module Motion; module Project
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
require 'pathname'
|
||||
|
||||
module Motion; module Project;
|
||||
class Vendor
|
||||
include Rake::DSL if Rake.const_defined?(:DSL)
|
||||
|
||||
Reference in New Issue
Block a user