Unverified Commit 54cd97cb authored by boklm's avatar boklm
Browse files

Build libevent for OSX using the clang based toolchain

Doing changes corresponding to #10369.
parent a8d3b0b4
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -7,16 +7,6 @@ gpg_keyring: libevent.gpg
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
remote_docker: 1

targets:
  osx-x86_64:
    var:
      arch_deps:
        - libc6-i386
        - libstdc++6:i386
      pre_pkginst: dpkg --add-architecture i386
      compiler: macosx-toolchain-gcc
      configure_opt: --host=i686-apple-darwin11

input_files:
  - project: docker-image
  - name: '[% c("var/compiler") %]'