Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:fibjs/fibjs_vender into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Jan 3, 2023
2 parents c2000e6 + 4cebe64 commit 10efeb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gumbo/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
cmake_minimum_required(VERSION 2.6)

set(flags "-std=c99")
if(NOT MSVC)
set(flags "-std=c99")
endif()

include(../build_tools/cmake/Library.cmake)

0 comments on commit 10efeb3

Please sign in to comment.