Browse Source

Compile portmidi with ALSA support on Linux.

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

+ 4
- 0
dep/Makefile View File

@@ -4,6 +4,10 @@ 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