Update xmake.lua

pull/736/head
ruki 3 years ago committed by GitHub
parent bbea68d883
commit e1e8d6fbef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/o/openmp/xmake.lua

@ -79,7 +79,9 @@ package("openmp")
assert(package:check_csnippets({test = [[
#include <stdio.h>
#include <omp.h>
#ifndef _OPENMP
# error missing openmp flags
#endif
static void test() {
#pragma omp parallel
{

Loading…
Cancel
Save