File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ build_flags =
26
26
; Add recursive dirs for hal headers search
27
27
!python -c " import os; print(' '.join(['-I {}'.format(i[0].replace('\x5C','/')) for i in os.walk('hal/sdl2')]))"
28
28
; -arch arm64 ; MACOS with apple silicon (eg M1)
29
- ; -L /opt/homebrew/Cellar/sdl2/2.0.22/lib/ ; MACOS
30
29
-L C:/msys64/mingw64/lib/ ; Windows
31
30
-lSDL2
32
31
; SDL drivers options
@@ -41,7 +40,9 @@ build_flags =
41
40
-D SDL_ZOOM =1
42
41
-D SDL_INCLUDE_PATH =" \" C:/msys64/mingw64/include/SDL2/SDL.h\" " ; Windows
43
42
; -D SDL_INCLUDE_PATH="\"SDL2/SDL.h"\" ;MACOS
44
- ; -I /opt/homebrew/Cellar/sdl2/2.0.22/include/ ;MACOS
43
+ ; !find /opt/homebrew/Cellar/sdl2 -name "include" | sed "s/^/-I /" ;MACOS
44
+ ; !find /opt/homebrew/Cellar/sdl2 -name "libSDL2.a" | xargs dirname | sed "s/^/-L /" ;MACOS
45
+
45
46
46
47
lib_deps =
47
48
${env.lib_deps}
You can’t perform that action at this time.
0 commit comments