From 5632b7bc11302f32d5a88461e0052941c884314a Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 30 Jul 2024 16:22:43 +0200 Subject: [PATCH] emulators/emu64: fix build without libomp ld: error: unable to find library -lomp --- emulators/emu64/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emulators/emu64/Makefile b/emulators/emu64/Makefile index 251f3f6b1b89..c65b5915d2bb 100644 --- a/emulators/emu64/Makefile +++ b/emulators/emu64/Makefile @@ -26,4 +26,8 @@ GH_ACCOUNT= ThKattanek OPTIONS_DEFINE= DOCS +.if !exists(/usr/include/omp.h) +USE_GCC= yes +.endif + .include