Skip to content

Commit

Permalink
add c++11 only for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Jun 24, 2020
1 parent 2e29c71 commit d902198
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions drawpixels/ext.manifest
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit d902198

Please sign in to comment.