Commit 5d9c20e 1 parent 8522dba commit 5d9c20e Copy full SHA for 5d9c20e
File tree 2 files changed +0
-22
lines changed
2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 57
57
run : choco install ninja && choco upgrade llvm
58
58
if : runner.os == 'Windows'
59
59
60
- - name : Install libomp on macOS
61
- run : brew install libomp
62
- if : runner.os == 'macOS'
63
-
64
- - name : Build and test
65
- env :
66
- LDFLAGS : " -L/opt/homebrew/opt/libomp/lib"
67
- CPPFLAGS : " -I/opt/homebrew/opt/libomp/include"
68
- run : ./make.ps1 -prebuiltFrontend frontend/flipbook.js
69
- shell : pwsh
70
- if : runner.os == 'macOS'
71
-
72
60
- name : Build and test
73
61
run : ./make.ps1 -prebuiltFrontend frontend/flipbook.js
74
62
shell : pwsh
75
- if : runner.os != 'macOS'
76
63
77
64
- name : Upload Binaries
78
65
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -4,15 +4,6 @@ if (WIN32)
4
4
add_compile_definitions (SIMPLE_IMAGE_IO_DLL SIMPLE_IMAGE_IO_EXPORTS)
5
5
endif ()
6
6
7
- if (APPLE )
8
- if (EXISTS "/opt/homebrew/opt/libomp" )
9
- add_compile_options ("-L/opt/homebrew/opt/libomp/lib" "-I/opt/homebrew/opt/libomp/include" )
10
- message ("added the stuff, does it work?" )
11
- else ()
12
- message ("For OpenMP support, try: brew install libomp" )
13
- endif ()
14
- endif ()
15
-
16
7
# FPNG stuff
17
8
if (NOT MSVC )
18
9
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-strict-aliasing -DFPNG_NO_SSE=1 -msse4.1 -mpclmul" )
You can’t perform that action at this time.
0 commit comments