Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #117 from zhuomingliang/patch-2
Updated dyncall to support mingw32
  • Loading branch information
moritz committed Aug 28, 2013
2 parents 51c1fb6 + 7ecee93 commit daae9b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 3rdparty/dyncall/Makefile.embedded
Expand Up @@ -24,6 +24,8 @@ linux64:
minix-gcc:
cd dyncall ; CC=gcc CFLAGS= ${MAKE_CMD}
cd dyncallback ; CC=gcc CFLAGS= ${MAKE_CMD}
mingw32:
${MAKE_CMD} CC=gcc AS="gcc -c" all
osx:
${MAKE_CMD} all
osx-universal:
Expand Down

0 comments on commit daae9b5

Please sign in to comment.