mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
emulators/emu64: fix build without libomp
ld: error: unable to find library -lomp
This commit is contained in:
parent
c7958f8bd8
commit
5632b7bc11
@ -26,4 +26,8 @@ GH_ACCOUNT= ThKattanek
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.if !exists(/usr/include/omp.h)
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user