3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-18 20:03:39 +00:00

Merge pull request #5176 from YosysHQ/krys/no_cxxopt_split

driver.cc: Don't split options on commas
This commit is contained in:
KrystalDelusion 2025-06-14 10:39:28 +12:00 committed by GitHub
commit efa30dfdf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,7 @@
#include "kernel/yosys.h"
#include "kernel/hashlib.h"
#include "libs/sha1/sha1.h"
#define CXXOPTS_VECTOR_DELIMITER '\0'
#include "libs/cxxopts/include/cxxopts.hpp"
#include <iostream>