You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
444 B

  1. commit 7b1ee33f339bd0d69a7295facda7b3d2b4b55d1a
  2. Author: Sergey V. Lobanov <sergey@lobanov.in>
  3. Date: Sat Jan 8 14:22:21 2022 +0300
  4. allow override OS to support cross-compile compilation if build OS
  5. host OS are different (e.g. build on MacOS for Linux)
  6. --- a/Makefile
  7. +++ b/Makefile
  8. @@ -28,7 +28,7 @@ INSTALLDIR=install
  9. #
  10. # Determine OS
  11. #
  12. -OS:=$(shell uname -s | cut -c -7)
  13. +OS?=$(shell uname -s | cut -c -7)
  14. #
  15. # Windows rules