Reverting to commit dd9be59e4 or current origin/dev branch

This commit is contained in:
jahway603
2023-04-27 16:27:25 -04:00
parent e9036402ca
commit 78978dfc45
7 changed files with 5 additions and 12 deletions

View File

@@ -8,7 +8,6 @@ $(package)_sha256_hash=58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba514
define $(package)_set_vars
$(package)_cxxflags+=-std=c++11
$(package)_cxxflags_linux=-fPIC
$(package)_cxxflags_freebsd=-fPIC
endef
ifeq ($(build_os),darwin)