1
0
Fork 0

Enable package system API

This commit is contained in:
Thomas Geymayer 2014-06-13 16:08:26 +02:00
parent b53b1a3a25
commit e1eb9e4418

View file

@ -47,7 +47,7 @@ typedef nasal::Ghost<pkg::PackageRef> NasalPackage;
typedef nasal::Ghost<pkg::CatalogRef> NasalCatalog;
typedef nasal::Ghost<pkg::InstallRef> NasalInstall;
// #define ENABLE_PACKAGE_SYSTEM 1
#define ENABLE_PACKAGE_SYSTEM 1
namespace {