Skip to content

Commit

Permalink
added build flags to target 32-bit os
Browse files Browse the repository at this point in the history
  • Loading branch information
ppescher committed Jun 11, 2015
1 parent eb16dbb commit 490c663
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ ifeq ($(OS),MINGW32)
EXE=.exe
COMMON_SRCS+=WinSerialPort.cpp WinPortFactory.cpp
COMMON_LDFLAGS=-Wl,--enable-auto-import -static -static-libstdc++ -static-libgcc
COMMON_CXXFLAGS+=-m32
COMMON_LDFLAGS+=-m32
COMMON_LIBS=-Wl,--as-needed -lsetupapi
BOSSA_RC=BossaRes.rc
WIXDIR="C:\Program Files (x86)\Windows Installer XML v3.5\bin"
Expand Down

0 comments on commit 490c663

Please sign in to comment.