Skip to content

Commit

Permalink
oops. Thanks to danmorg for pointing this out.
Browse files Browse the repository at this point in the history
svn path=/trunk/mono/; revision=12040
  • Loading branch information
gonzalop committed Feb 27, 2003
1 parent bb6ef32 commit 3ec6689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mono/metadata/Makefile.am
@@ -1,11 +1,11 @@
if PLATFORM_WIN32
export HOST_CC
assembliesdir = `echo $(libdir) | tr '/' '\\\\'`
else
assembliesdir = $(libdir)
# The mingw math.h has "extern inline" functions that dont appear in libs, so
# optimisation is required to actually inline them
AM_CFLAGS = -O
else
assembliesdir = $(libdir)
endif

bin_PROGRAMS = monosn pedump
Expand Down

0 comments on commit 3ec6689

Please sign in to comment.