From 2255c9d81a4d945ba2fde42bddfeabf1e27a5092 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Sat, 27 Feb 2021 13:35:13 -0800 Subject: [PATCH] use mingw64-cmake --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e476350..ba156c2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,5 +20,5 @@ steps: - git submodule update --recursive --init - cmake -E make_directory ./build - cd ./build - - cmake -DCMAKE_C_COMPILER=/usr/bin/x86_64-w64-mingw32-gcc -DMINGW -S .. -B . + - mingw64-cmake -S .. -B . - make