Skip to content

Commit

Permalink
force generating a 32-bit executable. Fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
MestreLion committed Jul 5, 2020
1 parent 4fce6df commit 8f14080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SHELL = /bin/sh
CC = gcc

TARGET = wavegain
CFLAGS += -m32
DEFS = -DHAVE_CONFIG_H
LIBS = -lm
SOURCES := $(wildcard *.c)
Expand Down

0 comments on commit 8f14080

Please sign in to comment.