Skip to content
Snippets Groups Projects
Commit 70a7ca81 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Older versions of macOS had a crappier version of patch

So dos2unix 'em all.
parent d9f70907
No related branches found
No related tags found
No related merge requests found
Pipeline #7096 passed
......@@ -79,7 +79,7 @@ include:
platform: 'x86'
tagname: 'macOS-x86'
gnu_make: 'make'
build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1 VERBOSE=1'
build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1'
smoketest-jsexec-linux:
tags: [Linux]
......
......@@ -9,7 +9,7 @@ include(TestBigEndian)
find_program(PATCH_BIN patch REQUIRED)
find_program(PERL_BIN perl REQUIRED)
# Really, this is "GNU patch?"
if(CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "Haiku")
if(CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "Haiku" OR CMAKE_SYSTEM_NAME STREQUAL "Darwin")
find_program(DOS2UNIX_BIN dos2unix REQUIRED)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment