Skip to content
This repository has been archived by the owner on Feb 24, 2025. It is now read-only.

Commit

Permalink
Fix platforms builds after adding unsafe flags (#166)
Browse files Browse the repository at this point in the history
* Unsafe std=c++11 -> cxxLanguageStandard: .cxx11
  • Loading branch information
mallexxx authored Nov 11, 2022
1 parent bb6a816 commit e0fa8de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@ let package = Package(
"Common"
]
)
]
],
cxxLanguageStandard: .cxx11
)

0 comments on commit e0fa8de

Please sign in to comment.