Skip to content

Instantly share code, notes, and snippets.

View Farwaykorse's full-sized avatar

Farwaykorse

  • Delft, The Netherlands
View GitHub Profile
@Farwaykorse
Farwaykorse / gist:30c05f1125314f0e24ef5d2234efd9b5
Created April 16, 2020 12:03
vcpkg bootstrap failure on wsl ubuntu
$ ./bootstrap-vcpkg.sh
-- The CXX compiler identification is GNU 9.2.1
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting the C++ standard library
-- Detecting the C++ standard library - libstdc++
@Farwaykorse
Farwaykorse / vcpkg_ms-gsl.patch
Created December 25, 2018 16:54
Temporary patch vcpkg to use patched version GSL from farwaykorse/gsl:clang-cl_2
diff --git a/ports/ms-gsl/CONTROL b/ports/ms-gsl/CONTROL
index 8d6d0214..199e941b 100644
--- a/ports/ms-gsl/CONTROL
+++ b/ports/ms-gsl/CONTROL
@@ -1,3 +1,3 @@
Source: ms-gsl
-Version: 2018-11-08
-Description: Microsoft implementation of the Guidelines Support Library
\ No newline at end of file
+Version: 2018-11-26
@Farwaykorse
Farwaykorse / install.bat
Created January 30, 2018 11:26
Bugged install-script
::===-- msbuild/install.bat - Clang Integration in MSBuild ----------------===::
::
:: The LLVM Compiler Infrastructure
::
:: This file is distributed under the University of Illinois Open Source
:: License. See LICENSE.TXT for details.
::
::===----------------------------------------------------------------------===::
::
:: This file is an executable script for use on Microsoft Windows.