Added -static-libstdc++ compile flag.
All checks were successful
Build / build (push) Successful in 1m39s
All checks were successful
Build / build (push) Successful in 1m39s
This commit is contained in:
parent
0e1824bdb1
commit
bce883028f
@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0)
|
|||||||
project(quik_stbi LANGUAGES C VERSION 1.0)
|
project(quik_stbi LANGUAGES C VERSION 1.0)
|
||||||
|
|
||||||
if (NOT ("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin"))
|
if (NOT ("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin"))
|
||||||
add_compile_options(-static-libgcc)
|
add_compile_options(-static-libgcc -static-libstdc++)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_library(stbi SHARED "quik_stbi.c")
|
add_library(stbi SHARED "quik_stbi.c")
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<!-- Nuget Properties. -->
|
<!-- Nuget Properties. -->
|
||||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||||
<PackageId>Quik.StbImage</PackageId>
|
<PackageId>Quik.StbImage</PackageId>
|
||||||
<Version>1.1.0</Version>
|
<Version>1.1.1</Version>
|
||||||
<Authors>STBI Authors, H. Utku Maden</Authors>
|
<Authors>STBI Authors, H. Utku Maden</Authors>
|
||||||
<Description>
|
<Description>
|
||||||
A C# wrapper for the ubiquitous Stb Image library.
|
A C# wrapper for the ubiquitous Stb Image library.
|
||||||
|
Loading…
Reference in New Issue
Block a user