diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-21 16:07:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-21 16:07:25 +0000 |
commit | e8020d48da724ebd806ced1fc47e589cd491509d (patch) | |
tree | 011e21edfb5d538d5ad37fec45ebaea3aa1010c9 /emulators/Makefile | |
parent | 2956742b89a8d4266deb5d8e07746b323619313c (diff) |
pipelight builds fine with wine (not run tested)
Notes
Notes:
svn path=/head/; revision=462530
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 32a21cd2ce64..4f62e7b15c70 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -108,7 +108,7 @@ SUBDIR += pcemu SUBDIR += pcsxr SUBDIR += pearpc -# SUBDIR += pipelight + SUBDIR += pipelight SUBDIR += playonbsd SUBDIR += ppsspp SUBDIR += ppsspp-qt5 |