diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-06-28 20:32:32 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-06-28 20:32:32 +0200 | 
| commit | 852c9d13e51ea60230dd18c9a29c614973fda963 (patch) | |
| tree | 4e9103785fda7940e4bf766b4f93dd8af37610a3 /plugingui | |
| parent | 3d106fc0baee9659ab7ae2c51e3c0255d96d62e6 (diff) | |
Fix inclusion of semaphore.h is hardcoded to glibc non-multiarch - aka rename sempahore.h to sem.h
Diffstat (limited to 'plugingui')
| -rw-r--r-- | plugingui/Makefile.mingw32 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugingui/Makefile.mingw32 b/plugingui/Makefile.mingw32 index afc43b8..df735d5 100644 --- a/plugingui/Makefile.mingw32 +++ b/plugingui/Makefile.mingw32 @@ -1,7 +1,7 @@  DG_SRC = \  	../src/configfile.cc \  	../src/thread.cc \ -	../src/semaphore.cc \ +	../src/sem.cc \  	../src/mutex.cc  DG_CFLAGS = -I.. -I../src -DSSE -msse -msse2 | 
