Skip to content

Commit

Permalink
Merge pull request cebix#13 from DrLex0/fix_header_search_paths
Browse files Browse the repository at this point in the history
Fix header search paths for kpx_cpu
  • Loading branch information
kanjitalk755 authored Feb 28, 2019
2 parents a8bb479 + 1647ba7 commit c3e312f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@
_REENTRANT,
);
HEADER_SEARCH_PATHS = (
/Library/Frameworks/SDL.framework/Versions/A/Headers/,
/Library/Frameworks/SDL2.framework/Headers/,
./config/,
../Unix,
../MacOSX/Launcher,
Expand Down Expand Up @@ -1163,7 +1163,7 @@
_REENTRANT,
);
HEADER_SEARCH_PATHS = (
/Library/Frameworks/SDL.framework/Versions/A/Headers/,
/Library/Frameworks/SDL2.framework/Headers/,
./config/,
../Unix,
../MacOSX/Launcher,
Expand Down

0 comments on commit c3e312f

Please sign in to comment.