Skip to content

Commit

Permalink
oops again.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiayang committed Jul 6, 2019
1 parent e145c53 commit 09376f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ test_script:
- ps: cd c:\projects\flax
- ps: New-Item -Force -Path build\sysroot\usr\local\lib\flaxlibs -ItemType Directory
- ps: Copy-Item -Recurse -Force libs\* build\sysroot\usr\local\lib\flaxlibs\
- ps: build\meson-rel\flaxc.exe -sysroot build\sysroot -profile -run -backend llvm build\tester.flx
- ps: build\meson-rel\flaxc.exe -sysroot build\sysroot -profile -run -backend interp build\tester.flx
- ps: build\meson-rel\flaxc.exe -sysroot build\sysroot -profile build\tester.flx
- ps: build\meson-rel\flaxc.exe -sysroot build\sysroot -run -backend llvm build\tester.flx
- ps: build\meson-rel\flaxc.exe -sysroot build\sysroot -run -backend interp build\tester.flx
- ps: build\meson-rel\flaxc.exe -sysroot build\sysroot build\tester.flx
- ps: .\tester.exe

after_test:
Expand Down
9 changes: 4 additions & 5 deletions source/platform/msvcfinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
#include <fstream>

#if OS_WINDOWS
#ifndef NOMINMAX
#define NOMINMAX
#endif

#include <windows.h>
#ifndef NOMINMAX
#define NOMINMAX
#endif


#include <windows.h>

namespace platform {
namespace compiler
Expand Down Expand Up @@ -429,6 +427,7 @@ namespace compiler
}
}

#endif



Expand Down

0 comments on commit 09376f4

Please sign in to comment.