mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
copy omp.h to the directory, which include the system headers
This commit is contained in:
parent
f1bf053c23
commit
64017c10e6
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ $(NAME): $(OBJS)
|
|||
$Q$(AR_FOR_TARGET) $(ARFLAGS_FOR_TARGET) $@ $(OBJS)
|
||||
$Q$(CP) $@ $(NEWLIB)/lib
|
||||
$Q$(CP) libgomp.spec $(NEWLIB)/lib
|
||||
$Q$(CP) omp.h $(NEWLIB)/include
|
||||
|
||||
clean:
|
||||
@echo Cleaning examples
|
||||
|
|
Loading…
Add table
Reference in a new issue