Skip to content

Commit

Permalink
OS/2: Forgot to add locale source dir to makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 19, 2020
1 parent c26c348 commit 7558d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.os2
Expand Up @@ -70,7 +70,7 @@ MOBJS= $(MSRCS:.c=.obj)

.c: ./src;./src/dynapi;./src/audio;./src/cpuinfo;./src/events;./src/file;./src/haptic;./src/joystick;./src/power;./src/render;./src/render/software;./src/sensor;./src/stdlib;./src/thread;./src/timer;./src/video;./src/video/yuv2rgb;./src/atomic;./src/audio/disk;
.c: ./src/haptic/dummy;./src/joystick/dummy;./src/audio/dummy;./src/video/dummy;./src/sensor/dummy;
.c: ./src/loadso/dummy;./src/filesystem/dummy;./src/timer/dummy;./src/thread/generic;./src/locale/unix
.c: ./src/loadso/dummy;./src/filesystem/dummy;./src/timer/dummy;./src/thread/generic;./src/locale/;./src/locale/unix

all: $(DLLFILE) $(LIBFILE) .symbolic

Expand Down

0 comments on commit 7558d96

Please sign in to comment.