From d9021985dc254d3d5a30bb603ad6d97b26a8bd7c Mon Sep 17 00:00:00 2001 From: Alexey Gulev Date: Wed, 24 Jun 2020 11:08:30 +0200 Subject: [PATCH] add c++11 only for linux --- drawpixels/ext.manifest | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/drawpixels/ext.manifest b/drawpixels/ext.manifest index 2656f14..ead1d33 100755 --- a/drawpixels/ext.manifest +++ b/drawpixels/ext.manifest @@ -1,47 +1,6 @@ name: "DrawPixels" platforms: - x86_64-osx: - context: - flags: ["-std=c++11"] - x86_64-linux: context: flags: ["-std=c++11"] - - js-web: - context: - flags: ["-std=c++11"] - - wasm-web: - context: - flags: ["-std=c++11"] - - x86-win32: - context: - flags: ["-std=c++11"] - - x86_64-win32: - context: - flags: ["-std=c++11"] - - armv7-android: - context: - flags: ["-std=c++11"] - - arm64-android: - context: - flags: ["-std=c++11"] - - armv7-ios: - context: - flags: ["-std=c++11"] - - arm64-ios: - context: - flags: ["-std=c++11"] - - x86_64-ios: - context: - flags: ["-std=c++11"] -