Browse Source

Revert "Compile portmidi with ALSA support on Linux."

This reverts commit 2d1932fd6c.
tags/v0.3.2
Pierre Hauweele 7 years ago
parent
commit
242dd2c0a4
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      dep/Makefile

+ 0
- 4
dep/Makefile View File

@@ -4,10 +4,6 @@ LOCAL = $(PWD)
# Arch-specifics
include ../arch.mk

ifeq ($(ARCH),lin)
CFLAGS += -DPMALSA
endif

ifeq ($(ARCH),mac)
export CFLAGS = -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk \
-mmacosx-version-min=10.7


Loading…
Cancel
Save