source: trunk/ffigen4/source/darwinppc-gcc-4.0.0-h-to-ffi.sh@ 49

Last change on this file since 49 was 30, checked in by gb, 20 years ago

Augment CFLAGS, don't define them.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 206 bytes
Line 
1#!/bin/sh
2FFIGEN_DIR=`dirname $0`/../ffigen
3CFLAGS="-D__APPLE_CC__ -isystem ${FFIGEN_DIR}/include -isystem /usr/include -isystem /usr/local/include -quiet -fffigen ${CFLAGS}"
4GEN=${FFIGEN_DIR}/bin/ffigen
5
6
Note: See TracBrowser for help on using the repository browser.