diff options
author | midipix <writeonce@midipix.org> | 2021-06-23 15:07:51 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-23 15:10:44 +0000 |
commit | 30c9b7a3532264c4a0efdf6b7e1e25296aee2a3b (patch) | |
tree | 773e6a1f8865c465343dcf23560480ce0da03abd | |
parent | c619d5c777c8adcfd551af372386d0e788b2ab9b (diff) | |
download | ptycon-30c9b7a3532264c4a0efdf6b7e1e25296aee2a3b.tar.bz2 ptycon-30c9b7a3532264c4a0efdf6b7e1e25296aee2a3b.tar.xz |
build system: configure: config_ccenv(): relax the --sysroot requirement.
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -840,10 +840,6 @@ config_ccenv() error_msg "${mb_pretty} or otherwise by setting the NATIVE_CC environment variable to '$ccenv_host_cc'," error_msg "${mb_pretty} however that should almost never be necessary; then again," error_msg "${mb_pretty} forcing native mode when cross-building is strictly prohibited." - - error_msg ' !!' - error_msg "$mb_package: error: --sysroot is required when cross-compiling." - exit 2 fi # add the include and library directories to the compiler and linker search path |