Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated dyncall to support mingw32
  • Loading branch information
zhuomingliang committed Aug 28, 2013
1 parent 51c1fb6 commit 7ecee93
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 7ecee93

Please sign in to comment.